I've sent you a private message for maven directory in bundled jar.
Igor Fedorenko-4 wrote: > > This is a bug in Tycho and I opened > http://jira.codehaus.org/browse/MNGECLIPSE-1174 to track it. I think I > know where .svn comes from but I need to know more about "maven > directory you've never seen before", i.e. directory name, contents and > anything else that'd help us understand where it comes from and how to > filter it out. > > -- > Regards, > Igor > > > > > > khicau wrote: >> 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> >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/Tycho-and-.svn-included-in-jar-file-tp21685469p21708132.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
