This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 334f8d72f0c575382aecf60ce6be4073c80fa8b1 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 | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) 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 c27ea3a..21edddb 100644 --- a/pom.xml +++ b/pom.xml @@ -745,11 +745,23 @@ </plugin> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>buildnumber-maven-plugin</artifactId> + <version>1.3</version> + </plugin> + + <plugin> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer-maven-plugin</artifactId> <version>${paranamerVersion}</version> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <version>1.4.0</version> + </plugin> + </plugins> </pluginManagement> <extensions> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.