You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/06/11 09:59:58 UTC

svn commit: r1348741 - /jena/trunk/apache-jena/pom.xml

Author: andy
Date: Mon Jun 11 07:59:57 2012
New Revision: 1348741

URL: http://svn.apache.org/viewvc?rev=1348741&view=rev
Log:
Set tarLongFileMode to gnu

Modified:
    jena/trunk/apache-jena/pom.xml

Modified: jena/trunk/apache-jena/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena/pom.xml?rev=1348741&r1=1348740&r2=1348741&view=diff
==============================================================================
--- jena/trunk/apache-jena/pom.xml (original)
+++ jena/trunk/apache-jena/pom.xml Mon Jun 11 07:59:57 2012
@@ -162,6 +162,9 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
+	<configuration>
+	  <tarLongFileMode>gnu</tarLongFileMode>    
+	</configuration>
 	<executions>
 	  <execution>
 	    <id>create-jena-download</id>