This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 5476a475e18d25a39bf14944b04272e00be27773 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Dec 3 09:43:12 2014 +0100 fixes #3589: Scmwebeditor should not be deployed to Maven central repository --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 8a7ed70..995f3cb 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,9 @@ ${project.build.directory}/${project.build.finalName}.war </deployFiles> + <!-- Deploy release on other-release repository (can't go to central) --> + <release.repository>${other.release.repository}</release.repository> + <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.