Author: veithen Date: Tue Jul 6 20:44:09 2010 New Revision: 961012 URL: http://svn.apache.org/viewvc?rev=961012&view=rev Log: Doing a build attempt with uniqueVersion=false and using the deploy goal. I think Hudson fails to generate the right repository metadata.
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml axis/axis2/java/core/trunk/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=961012&r1=961011&r2=961012&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Tue Jul 6 20:44:09 2010 @@ -1177,6 +1177,12 @@ scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository </url> </repository> + <snapshotRepository> + <id>apache.snapshots.https</id> + <name>${distMgmtSnapshotsName}</name> + <url>${distMgmtSnapshotsUrl}</url> + <uniqueVersion>false</uniqueVersion> + </snapshotRepository> </distributionManagement> <build> <pluginManagement> Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=961012&r1=961011&r2=961012&view=diff ============================================================================== --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Tue Jul 6 20:44:09 2010 @@ -120,6 +120,12 @@ scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository </url> </repository> + <snapshotRepository> + <id>apache.snapshots.https</id> + <name>${distMgmtSnapshotsName}</name> + <url>${distMgmtSnapshotsUrl}</url> + <uniqueVersion>false</uniqueVersion> + </snapshotRepository> </distributionManagement> <build> <plugins>