Author: veithen
Date: Sun Sep 26 15:28:52 2010
New Revision: 1001452
URL: http://svn.apache.org/viewvc?rev=1001452&view=rev
Log:
Use the 1.5.2 versions of the aar and mar plugins to avoid the chicken and egg
problem.
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=1001452&r1=1001451&r2=1001452&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Sep 26 15:28:52 2010
@@ -1067,23 +1067,17 @@
<version>2.1.0</version>
</plugin>
- <!-- Unfortunately we can't use the 1.5.1 versions here
because this would result
- in corruption of the local Maven repository. The reason
is that
- the POMs of the 1.5.1 plugins refer to an incorrect
java.net
- repository. When Maven loads one of these plugins, it will
- load dependencies using this repository and these
artifacts
- are corrupted (they are replaced by an HTML page). Note
that we may
- later use 1.5.2 (once that version is released) here to
avoid
+ <!-- Use 1.5.2 versions of the aar and mar plugins in order to
avoid
the chicken and egg problem. -->
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-aar-maven-plugin</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-mar-maven-plugin</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
</plugin>
<!-- No chicken and egg problem here because the plugin
doesn't expose