This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 882025b3a59ad918e80d41d244f99e99454cea62 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 15:39:01 2015 +0200 security model uses unsafe tag values (refs #3695) --- topia-service-security/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topia-service-security/pom.xml b/topia-service-security/pom.xml index e3e9608..5af3e38 100644 --- a/topia-service-security/pom.xml +++ b/topia-service-security/pom.xml @@ -143,6 +143,8 @@ <defaultPackage>org.nuiton.topia</defaultPackage> <fullPackagePath>org.nuiton.topia</fullPackagePath> <overwrite>true</overwrite> + <!-- Using some unsafe tag values --> + <failIfUnsafe>false</failIfUnsafe> </configuration> <goals> <goal>generate</goal> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.