This is an automated email from the git hooks/post-receive script. New commit to branch feature/refactor_reference in repository observe. See http://git.codelutin.com/observe.git commit 42b9509430f56c65c4ff5c212d39aee34d81487f Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 4 08:50:35 2015 +0100 Move to codelutinpom 4 --- observe-application-web/pom.xml | 8 +++++++- pom.xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/observe-application-web/pom.xml b/observe-application-web/pom.xml index ae8ee44..827cb54 100644 --- a/observe-application-web/pom.xml +++ b/observe-application-web/pom.xml @@ -23,7 +23,13 @@ <!-- deploy configuration --> <deployFiles>${project.build.directory}/${project.artifactId}-${project.version}.war</deployFiles> - + + <!-- add war to release file --> + <redmine.releaseFiles>${project.build.directory}/${project.artifactId}-${project.version}.war</redmine.releaseFiles> + + <!-- aloow to deploy artifacts --> + <maven.deploy.skip>false</maven.deploy.skip> + </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 25675a8..f149559 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>3</version> + <version>4-SNAPSHOT</version> </parent> <groupId>fr.ird.observe</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.