summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2007-06-20 22:18:39 +0000
committerJoakim Erdfelt <joakime@apache.org>2007-06-20 22:18:39 +0000
commitafb0e7f062500b6cd741a05ad8e0e8203a242e5f (patch)
tree65894bf0bc2e3f9fb96362cd1be3b3798048ee19
parent203789cce2bdfb2bd0fd042ad969da0a6a317292 (diff)
downloadarchiva-afb0e7f062500b6cd741a05ad8e0e8203a242e5f.tar.gz
archiva-afb0e7f062500b6cd741a05ad8e0e8203a242e5f.zip
Adding snapshot repo for plexus-webdav
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549276 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5d885ad40..b21fdccb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,18 @@
<url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>
</site>
</distributionManagement>
+ <repositories>
+ <repository>
+ <id>codehaus.org</id>
+ <url>http://snapshot.repository.codehaus.org/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
<build>
<plugins>
<plugin>