mirror of https://github.com/apache/archiva.git
[MRM-1952] add jetty snapshot repositories
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
c8fd32bbb7
commit
014313320f
22
pom.xml
22
pom.xml
|
@ -1901,6 +1901,17 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jetty.snapshots</id>
|
||||
<name>Jetty Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
|
@ -1914,5 +1925,16 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>jetty.snapshots</id>
|
||||
<name>Jetty Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue