This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git commit 957d69ad26469c81e2e06fe5858b89b8a91b134f Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Mar 23 05:07:58 2016 +0100 fixes #3921 maven-source-plugin bad configuration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f1488e4..3d706f0 100644 --- a/pom.xml +++ b/pom.xml @@ -406,7 +406,7 @@ <!--par default on ne construit pas la javadoc--> <maven.javadoc.skip>true</maven.javadoc.skip> <!--par defaut on ne construit pas les sources--> - <source.skip>true</source.skip> + <maven.source.skip>true</maven.source.skip> </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.