I've build successfully a multi module RCP project with tycho 0.3.0-DEV-1819
but in every jar file, I've found .svn directory and even maven directory
that I've never seen in a java project build with maven 2. Do you have any
idea ? It come from tycho ?
Here's my POM.xml
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.castsoftware.pmc</groupId>
<artifactId>pmc-parent</artifactId>
<version>1.0.0.qualifier</version>
<packaging>pom</packaging>
<modules>
<module>com.castsoftware.services</module>
<module>com.castsoftware.pmc.help</module>
<module>com.castsoftware.business.dataset</module>
<module>com.castsoftware.mda</module>
<module>com.castsoftware.business.archi.checker</module>
<module>com.castsoftware.pmc</module>
<module>com.castsoftware.pmc.intro</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.tycho</groupId>
<artifactId>maven-osgi-compiler-plugin</artifactId>
<version>0.3.0-DEV-1819</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
--
View this message in context:
http://www.nabble.com/Tycho-and-.svn-included-in-jar-file-tp21685469p21685469.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email