[pollen] branch develop updated (8794d17 -> 9478a5f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 8794d17 fix js build new 9478a5f fix release build The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9478a5f89dfc358cdc24f1d2f321bb928270b25d Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 10:07:59 2014 +0200 fix release build Summary of changes: pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm