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>.