[scmwebeditor] branch develop updated (dbdeed9 -> 59af87c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from dbdeed9 fix site new 59af87c to deploy to demo 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 59af87ced6c2f53bded85843484763fd7d529374 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 20:13:00 2014 +0100 to deploy to demo Summary of changes: pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 59af87ced6c2f53bded85843484763fd7d529374 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 20:13:00 2014 +0100 to deploy to demo --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 45220b5..ed99d34 100644 --- a/pom.xml +++ b/pom.xml @@ -95,9 +95,14 @@ <!-- extra files to include in release --> <redmine.releaseFiles> - target/${project.artifactId}-${project.version}.war + ${project.build.directory}/${project.build.finalName}.war </redmine.releaseFiles> + <!-- to deploy to demo --> + <deployFiles> + ${project.build.directory}/${project.build.finalName}.war + </deployFiles> + <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm