Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Excluding .java files from a tycho build

Hi,

How do I exclude .java files from a plugin for a tycho build file?
Is it the same as for regular mvn?


 <build>
    ...
    <resources>
      <resource>
        <directory>[your directory]</directory>
        <excludes>
          <exclude>[non-resource file #1]</exclude>
          <exclude>[non-resource file #2]</exclude>


Thank You,


Back to the top