You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/21 19:15:58 UTC

svn commit: r1721224 - /axis/axis2/java/core/trunk/pom.xml

Author: veithen
Date: Mon Dec 21 18:15:58 2015
New Revision: 1721224

URL: http://svn.apache.org/viewvc?rev=1721224&view=rev
Log:
Upgrade to latest maven-assembly-plugin version.

Modified:
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1721224&r1=1721223&r2=1721224&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Mon Dec 21 18:15:58 2015
@@ -1121,18 +1121,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <!-- Minimum required version here is 2.2-beta-4 because org.apache:apache:7 uses
-                         the runOnlyAtExecutionRoot parameter which is not supported in earlier
-                         versions. -->
-                    <version>2.2-beta-5</version>
-                    <configuration>
-                        <!-- Workaround for MASSEMBLY-422 / MASSEMBLY-449 -->
-                        <archiverConfig>
-                            <fileMode>420</fileMode> <!-- 420(dec) = 644(oct) -->
-                            <directoryMode>493</directoryMode> <!-- 493(dec) = 755(oct) -->
-                            <defaultDirectoryMode>493</defaultDirectoryMode>
-                        </archiverConfig>
-                    </configuration>
+                    <version>2.6</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-clean-plugin</artifactId>