This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository chorem. See http://git.chorem.org/chorem.git commit 7508a6b6f62e347ba9e2e5dc28127cb7230f0b4d Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 20:01:42 2014 +0100 fixes #1129: Migrates to git --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index b16d0f4..302fb99 100644 --- a/pom.xml +++ b/pom.xml @@ -442,4 +442,23 @@ </pluginManagement> </build> + <profiles> + + <profile> + <id>release-quality-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <properties> + <!-- We use some none central dependencies --> + <helper.skipCheckAutocontainer>true</helper.skipCheckAutocontainer> + </properties> + + </profile> + + </profiles> + </project> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.