Author: veithen
Date: Wed Jul 21 19:19:17 2010
New Revision: 966371

URL: http://svn.apache.org/viewvc?rev=966371&view=rev
Log:
Upgraded maven-assembly-plugin to avoid an issue with the 
runOnlyAtExecutionRoot used in org.apache:apache:7.

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

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=966371&r1=966370&r2=966371&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Wed Jul 21 19:19:17 2010
@@ -1156,7 +1156,10 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.2-beta-3</version>
+                    <!-- 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>
                 </plugin>
                 <plugin>
                     <artifactId>maven-clean-plugin</artifactId>


Reply via email to