You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/03/14 21:04:18 UTC

[30/50] [abbrv] git commit: 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

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


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c401d361
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c401d361
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c401d361

Branch: refs/heads/eclipse-aether
Commit: c401d36101a3b84864167b16e9e599dffb1d9f7f
Parents: 603fe40
Author: Jason van Zyl <jv...@apache.org>
Authored: Tue Nov 20 17:20:20 2012 +0000
Committer: Jason van Zyl <jv...@apache.org>
Committed: Tue Nov 20 17:20:20 2012 +0000

----------------------------------------------------------------------
 pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/c401d361/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3834e96..6167a1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>