]> source.dussan.org Git - archiva.git/commitdiff
add snapshot repository for redback
authorBrett Porter <brett@apache.org>
Thu, 5 Aug 2010 14:25:28 +0000 (14:25 +0000)
committerBrett Porter <brett@apache.org>
Thu, 5 Aug 2010 14:25:28 +0000 (14:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@982636 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index bc8a2596f0118ead8fa563989247ef21ce4bc504..87e6e2fb859f8b2ede0f60085424ce6364297613 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
     </repository>
   </distributionManagement>
+  <repositories>
+    <repository>
+      <id>redback</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+    </repository>
+  </repositories>
 </project>