You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/04/22 09:06:59 UTC

svn commit: r936628 - /james/server/trunk/spring-deployment/pom.xml

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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org