From baee8a4c6b608816ef82b920d8c1e7ba2d698854 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 26 Oct 2019 09:49:23 +0200 Subject: [PATCH] Introduce SNAPSHOT repository. --- pom.xml | 64 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index e93595162..68d72aa76 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.argeo.commons argeo-commons @@ -13,6 +15,8 @@ 7 /srv/rpmfactory/argeo-osgi-2/el7 + + file:///srv/javafactory/argeo-2.1 UTF-8 code.argeo.org @@ -409,6 +413,25 @@ limitations under the License. daily warn + + false + daily + warn + + + + argeo-snapshots + ${argeo.java.snapshotRepository} + + false + daily + warn + + + true + daily + warn + @@ -422,6 +445,22 @@ limitations under the License. + + + staging + dav:https://forge.argeo.org/data/java/argeo-2.1/ + false + + + staging + file:///srv/javafactory/argeo-2.1 + true + + + staging + file:///srv/docfactory/argeo-2.1/site/argeo-commons/ + + @@ -489,17 +528,6 @@ limitations under the License. - - - staging - dav:https://forge.argeo.org/data/java/argeo-2.1/ - false - - - staging - file:///srv/docfactory/argeo-2.1/site/argeo-commons/ - - rpmbuild @@ -515,8 +543,10 @@ limitations under the License. - - + + @@ -541,8 +571,10 @@ limitations under the License. - - + + -- 2.30.2