aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-06-11 10:43:47 +0000
committerOlivier Lamy <olamy@apache.org>2013-06-11 10:43:47 +0000
commitcd003d0ce873760eaa521ce9fc0ab83d13c9b1a8 (patch)
treefcdc8843f08831015184c99a4172f6e56e65bc66 /pom.xml
parentd0436ac779d639407cf8627389e6d7395ad718d8 (diff)
downloadarchiva-cd003d0ce873760eaa521ce9fc0ab83d13c9b1a8.tar.gz
archiva-cd003d0ce873760eaa521ce9fc0ab83d13c9b1a8.zip
add codehaus mojo snapshot repository
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 75074dc35..5e48b9a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1879,6 +1879,17 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
+ <pluginRepository>
+ <id>mojo.snapshots</id>
+ <name>Codehaus Mojo Snapshots</name>
+ <url>https://nexus.codehaus.org/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
</pluginRepositories>
</project>