mirror of https://github.com/apache/archiva.git
add modello snapshot repo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1446915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a79f755091
commit
87ea49e185
21
pom.xml
21
pom.xml
|
@ -1849,6 +1849,16 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>modello.snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
|
@ -1873,6 +1883,17 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>modello.snapshots</id>
|
||||
<name>Apache Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<!--
|
||||
<pluginRepository>
|
||||
<id>codehaus.snapshots</id>
|
||||
|
|
Loading…
Reference in New Issue