You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by vi...@apache.org on 2006/12/05 17:05:38 UTC

svn commit: r482697 - /incubator/qpid/trunk/qpid/java/distribution/pom.xml

Author: vinoski
Date: Tue Dec  5 08:05:37 2006
New Revision: 482697

URL: http://svn.apache.org/viewvc?view=rev&rev=482697
Log:
use gnu mode for tarLongFileMode to avoid warnings about long pathnames

Modified:
    incubator/qpid/trunk/qpid/java/distribution/pom.xml

Modified: incubator/qpid/trunk/qpid/java/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/distribution/pom.xml?view=diff&rev=482697&r1=482696&r2=482697
==============================================================================
--- incubator/qpid/trunk/qpid/java/distribution/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/distribution/pom.xml Tue Dec  5 08:05:37 2006
@@ -76,6 +76,7 @@
                         </descriptors>
                         <finalName>qpid-${pom.version}</finalName>
                         <outputDirectory>${qpid.targetDir}</outputDirectory>
+                        <tarLongFileMode>gnu</tarLongFileMode>
                     </configuration>
                 </plugin>
                 <plugin>