diff options
author | Olivier Lamy <olamy@apache.org> | 2013-06-11 10:43:47 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-06-11 10:43:47 +0000 |
commit | cd003d0ce873760eaa521ce9fc0ab83d13c9b1a8 (patch) | |
tree | fcdc8843f08831015184c99a4172f6e56e65bc66 /pom.xml | |
parent | d0436ac779d639407cf8627389e6d7395ad718d8 (diff) | |
download | archiva-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.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |