This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit d0e2449ede5fd2f5cc1be5795f02792ab3330a81 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 21 09:20:05 2014 +0200 fixes #3338 --- README.txt | 17 +++++++++++++---- codelutinpom/pom.xml | 23 +++++++++++++++++++++++ 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 25dfef6..2fa9b86 100644 --- a/README.txt +++ b/README.txt @@ -27,7 +27,16 @@ mvn jgitflow:release-finish -Dinternal This will (only): -o do the git operations (merge to master, create a tag) -o publish artifacts in maven central repository - -We will try to find a nice solution to interact with the redmine forge. +o deploy artifacts on maven central repository +o publish attachments in forge.nuiton.org +o close version on forge.nuiton.org +o publish a news on forge.nuiton.org +o send a email to the commits list if the project +o create the git merge to master +o create the git release tag + +Documentation +------------- + +Note that the pom project does not have any maven site. +Documentation can be found here: https://forge.nuiton.org/projects/pom/wiki \ No newline at end of file diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index faaf352..1747784 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -68,6 +68,29 @@ </properties> </profile> + <!-- Profile to build the pom project --> + <profile> + <id>internal</id> + <activation> + <property> + <name>internal</name> + <value>true</value> + </property> + </activation> + <properties> + <!-- Redmine plateform --> + <platform>nuiton.org</platform> + <!-- Fix the email domain for pom release --> + <releaseEmailDomain>nuiton.org</releaseEmailDomain> + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + <!-- Template for pom release --> + <redmine.templateDirectory> + http://doc.nuiton.org/common/0.3/announcement/nuiton.org + </redmine.templateDirectory> + </properties> + </profile> + </profiles> </project> \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.