aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-08-05 14:25:28 +0000
committerBrett Porter <brett@apache.org>2010-08-05 14:25:28 +0000
commit96309bc8b93a0a863910f92d930392c46eedc94d (patch)
tree02e74ffb12e54e85b301c8a21e267765b6cd6ebe /pom.xml
parent44017c40f54488df4cd07bca45e5d9375a1ddb8f (diff)
downloadarchiva-96309bc8b93a0a863910f92d930392c46eedc94d.tar.gz
archiva-96309bc8b93a0a863910f92d930392c46eedc94d.zip
add snapshot repository for redback
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@982636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bc8a2596f..87e6e2fb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1240,4 +1240,10 @@
<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>