use staging repository in the POM to test Wagon 2.3, this is wrong but until the Jenkins/Nexus setup is figured out this will keep the build working

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2012-11-20 17:20:20 +00:00
parent 1e41eff172
commit 0098ceb9fc
1 changed files with 8 additions and 0 deletions

View File

@ -565,4 +565,12 @@
</profile>
</profiles>
<repositories>
<repository>
<id>wagon-2.3-stage</id>
<name>wagon-2.3-stage</name>
<url>https://repository.apache.org/content/repositories/maven-055/</url>
</repository>
</repositories>
</project>