This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 9478a5f89dfc358cdc24f1d2f321bb928270b25d Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 10:07:59 2014 +0200 fix release build --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 26d9ff6..0c40527 100644 --- a/pom.xml +++ b/pom.xml @@ -729,6 +729,19 @@ </profile> + <profile> + <id>release-quality-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <properties> + <helper.skipCheckAutocontainer>true</helper.skipCheckAutocontainer> + </properties> + </profile> + <!-- do not generate site if no src/site is found for module --> <profile> <id>not-site</id> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.