Set update policy to 'always' for SNAPSHOT repositories.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 26 Oct 2019 08:17:23 +0000 (10:17 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 26 Oct 2019 08:17:23 +0000 (10:17 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 59f2792bbc978d97e48877a414fe21a3a9656293..bf1fbc3e576026a3a0a50919a04f8cdd10a03fd5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ limitations under the License.
                        </releases>
                        <snapshots>
                                <enabled>false</enabled>
-                               <updatePolicy>daily</updatePolicy>
+                               <updatePolicy>always</updatePolicy>
                                <checksumPolicy>warn</checksumPolicy>
                        </snapshots>
                </repository>