add modello snapshots repo
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1446827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2c48de92e
commit
ad7c8469aa
22
pom.xml
22
pom.xml
|
@ -114,6 +114,17 @@
|
|||
</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>
|
||||
|
@ -128,6 +139,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>
|
||||
</pluginRepositories>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
Loading…
Reference in New Issue