Author: veithen Date: Thu Jul 8 22:29:46 2010 New Revision: 961964 URL: http://svn.apache.org/viewvc?rev=961964&view=rev Log: Restored r960693 because using the 1.5 versions of the AAR/MAR plugins causes the trunk build to fail. Use the SNAPSHOT versions instead.
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=961964&r1=961963&r2=961964&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Thu Jul 8 22:29:46 2010 @@ -88,8 +88,16 @@ <xmlschema.version>1.4.6</xmlschema.version> <woden.version>1.0-SNAPSHOT</woden.version> - <mar.plugin.version>1.5</mar.plugin.version> - <aar.plugin.version>1.5</aar.plugin.version> + <!-- 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 + the chicken and egg problem. --> + <mar.plugin.version>SNAPSHOT</mar.plugin.version> + <aar.plugin.version>SNAPSHOT</aar.plugin.version> <!-- Use released versions for these projects --> <ant.version>1.7.0</ant.version> @@ -550,6 +558,18 @@ </releases> </pluginRepository> <pluginRepository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> + <snapshots> + <enabled>true</enabled> + <updatePolicy>daily</updatePolicy> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + </pluginRepository> + <pluginRepository> <id>ws-zones</id> <name>Apache WS Zones Repository</name> <url>http://ws.zones.apache.org/repository2</url>