Author: norman Date: Thu Apr 22 07:06:58 2010 New Revision: 936628 URL: http://svn.apache.org/viewvc?rev=936628&view=rev Log: Make sure the we use gnu mode when tar up the source
Modified: james/server/trunk/spring-deployment/pom.xml Modified: james/server/trunk/spring-deployment/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=936628&r1=936627&r2=936628&view=diff ============================================================================== --- james/server/trunk/spring-deployment/pom.xml (original) +++ james/server/trunk/spring-deployment/pom.xml Thu Apr 22 07:06:58 2010 @@ -114,9 +114,9 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-2</version> <configuration> <descriptorSourceDirectory>src/assemble/</descriptorSourceDirectory> + <tarLongFileMode>gnu</tarLongFileMode> </configuration> <executions> <execution> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org