This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 52e5feaf4ccd1313e9ad5e10901ca700a4f67272 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 11:43:53 2019 +0200 Disable redmine changes generation --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index e4bdee26..35607a29 100644 --- a/pom.xml +++ b/pom.xml @@ -163,6 +163,9 @@ <i18n.checkBundle>true</i18n.checkBundle> <i18n.showEmpty>true</i18n.showEmpty> + <!-- FIXME issues are no longer on redmine since migration to gitlab --> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> + </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.