Author: veithen Date: Sun Jun 27 10:56:46 2010 New Revision: 958361 URL: http://svn.apache.org/viewvc?rev=958361&view=rev Log: Redirect apache.snapshots to the new (Nexus) snapshot repository so that Maven can download Axiom snapshots.
Modified: axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml Modified: axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml?rev=958361&r1=958360&r2=958361&view=diff ============================================================================== --- axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml (original) +++ axis/axis2/java/core/branches/java/1_5/modules/parent/pom.xml Sun Jun 27 10:56:46 2010 @@ -475,6 +475,19 @@ Checksum policy when not specified always defaults to 'warn' which is what we want. --> + <!-- Override the Apache snapshot repository defined in + org.apache:apache:3 with the new Nexus snapshot + repository. Note: the 1.5 is not ready to use a more + recent version of org.apache:apache but needs snapshots + from the new snapshot repository (e.g. Axiom). --> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> <repository> <releases> <enabled>true</enabled>