]> source.dussan.org Git - archiva.git/commitdiff
Adding snapshot repo for plexus-webdav
authorJoakim Erdfelt <joakime@apache.org>
Wed, 20 Jun 2007 22:18:39 +0000 (22:18 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Wed, 20 Jun 2007 22:18:39 +0000 (22:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549276 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 5d885ad40cb1fa6c52aa3ecff21c166deb107f4d..b21fdccb89f98402c1b4ebeef83d43302e91667d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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>