You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2012/12/01 15:50:03 UTC

[46/50] 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/4d2f55e7
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4d2f55e7
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4d2f55e7

Branch: refs/heads/feature/colorized-console/log4j2
Commit: 4d2f55e76f15d6fc7f9fd2f1073d29b0e298231e
Parents: 23324e2
Author: Jason van Zyl <jv...@apache.org>
Authored: Tue Nov 20 17:20:20 2012 +0000
Committer: Arnaud HeĢritier <ah...@exoplatform.com>
Committed: Sat Dec 1 13:51:01 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/4d2f55e7/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>