aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d777422ac..91823662d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1940,6 +1940,17 @@
</repositories>
<pluginRepositories>
<pluginRepository>
+ <id>archiva.snapshots</id>
+ <name>Archiva VM Snapshots Repository</name>
+ <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshots</name>
<url>https://repository.apache.org/content/groups/snapshots/</url>