This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit d4ea4a8dd37b546df246f71a6f03c82b47ee4d6a Author: Yannick Martel <yannick.martel@gmail.com> Date: Thu Nov 13 00:23:19 2014 +0100 add profile for demo deploy --- coselmar-bundle/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 56f67d4..06b603f 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -61,4 +61,16 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> </build> + <profiles> + + <profile> + <!--To deploy the bundle module (for demo instance)--> + <id>deploy-bundle</id> + <properties> + <deployFiles>target/${project.build.finalName}.war</deployFiles> + </properties> + </profile> + + </profiles> + </project> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.