branch develop updated (9594259 -> d4ea4a8)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 9594259 clean model new d4ea4a8 add profile for demo deploy 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 d4ea4a8dd37b546df246f71a6f03c82b47ee4d6a Author: Yannick Martel <yannick.martel@gmail.com> Date: Thu Nov 13 00:23:19 2014 +0100 add profile for demo deploy Summary of changes: coselmar-bundle/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm