You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/20 01:51:59 UTC

svn commit: r1515675 - /commons/proper/math/trunk/pom.xml

Author: sebb
Date: Mon Aug 19 23:51:59 2013
New Revision: 1515675

URL: http://svn.apache.org/r1515675
Log:
Suppress long tar file name warnings

Modified:
    commons/proper/math/trunk/pom.xml

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1515675&r1=1515674&r2=1515675&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Mon Aug 19 23:51:59 2013
@@ -374,6 +374,8 @@
               <descriptor>src/main/assembly/src.xml</descriptor>
               <descriptor>src/main/assembly/bin.xml</descriptor>
             </descriptors>
+            <!-- There are a lot of long file names. Suppress the warnings. -->
+            <tarLongFileMode>gnu</tarLongFileMode>
           </configuration>
         </plugin>
         <plugin>