This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 26fce56271c30d3fa872d915ffeab6a4333246a4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 17:02:46 2016 +0200 Improve check safe configuration --- pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 0681b83..495f0e1 100644 --- a/pom.xml +++ b/pom.xml @@ -1080,16 +1080,9 @@ <goal>check-auto-container</goal> </goals> <configuration> + <runOnce>false</runOnce> <addMavenCentral>true</addMavenCentral> <failIfNotSafe>true</failIfNotSafe> - <repositories> - <central-releases> - https://nexus.nuiton.org/nexus/content/repositories/central-releases - </central-releases> - <other-releases> - https://nexus.nuiton.org/nexus/content/repositories/other-releases - </other-releases> - </repositories> </configuration> </execution> </executions> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.