Plugins SNAPSHOT repository.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 26 Oct 2019 08:27:52 +0000 (10:27 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 26 Oct 2019 08:27:52 +0000 (10:27 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index bf1fbc3e576026a3a0a50919a04f8cdd10a03fd5..f782eac7ebfd6dee527a47b34cbc8694042725c4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -413,8 +413,6 @@ limitations under the License.
                        </releases>
                        <snapshots>
                                <enabled>false</enabled>
-                               <updatePolicy>always</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
                        </snapshots>
                </repository>
                <repository>
@@ -422,12 +420,10 @@ limitations under the License.
                        <url>file:///srv/javafactory/argeo-2.1</url>
                        <releases>
                                <enabled>false</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
                        </releases>
                        <snapshots>
                                <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
+                               <updatePolicy>always</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </snapshots>
                </repository>
@@ -441,6 +437,21 @@ limitations under the License.
                                <updatePolicy>daily</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+               </pluginRepository>
+               <pluginRepository>
+                       <id>argeo-maven-plugins-snapshots</id>
+                       <url>file:///srv/javafactory/argeo-2.1</url>
+                       <releases>
+                               <enabled>false</enabled>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </snapshots>
                </pluginRepository>
        </pluginRepositories>
        <distributionManagement>