This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-site.git
The following commit(s) were added to refs/heads/master by this push:
new d09dbf9 add snapshot repo
d09dbf9 is described below
commit d09dbf9697c41765459c841eb328342a7db0f4ce
Author: Olivier Lamy <[email protected]>
AuthorDate: Thu Apr 14 16:10:16 2022 +1000
add snapshot repo
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index a30d240..5e92602 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,20 @@
</site>
</distributionManagement>
+ <repositories>
+ <repository>
+ <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>
+ </repository>
+ </repositories>
+
<build>
<plugins>
<plugin>