Author: dennisl
Date: Tue Jul 23 17:49:02 2013
New Revision: 1506186

URL: http://svn.apache.org/r1506186
Log:
Use <tarLongFileMode> instead of <tarLongFileFormat> which has never worked for 
maven-assembly-plugin.

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1506186&r1=1506185&r2=1506186&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Tue Jul 23 17:49:02 2013
@@ -301,7 +301,7 @@ under the License.
                   <descriptorRefs>
                     
<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
                   </descriptorRefs>
-                  <tarLongFileFormat>gnu</tarLongFileFormat>
+                  <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
               </execution>
             </executions>


Reply via email to