This is an automated email from the git hooks/post-receive script. New commit to branch feature/7463-2 in repository observe. See http://git.codelutin.com/observe.git commit 057edb4e05396ce52f946171907a9bf4216ffa48 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Sep 6 23:04:29 2015 +0200 Ajout de la configuration pour deployer l'application web sur demo --- observe-application-web/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/observe-application-web/pom.xml b/observe-application-web/pom.xml index 2e1e1e8..5786564 100644 --- a/observe-application-web/pom.xml +++ b/observe-application-web/pom.xml @@ -21,6 +21,9 @@ <!-- Webapp configuration --> <defaultWebContextPath>observeweb</defaultWebContextPath> + <!-- deploy configuration --> + <deployFiles>${project.build.directory}/${project.artifactId}-${project.version}.war</deployFiles> + </properties> <dependencies> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.