Skip to main content

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

Hi,

I don't think you need to do anything for a Tycho build when creating a plugin. In my build results there are no .java files by default.

Greez,
Dirk


On Fri, Sep 6, 2013 at 12:34 PM, Christophe Bouhier <dzonekl@xxxxxxxxx> wrote:
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,


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top