mirror of
https://github.com/apache/archiva.git
synced 2025-03-06 08:29:09 +00:00
add codehaus mojo snapshot repository
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0436ac779
commit
cd003d0ce8
11
pom.xml
11
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user