This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-configuration.
commit a39b927c6780e7650a256d8b2eddc4f0c5057a6a Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 17 08:38:20 2015 +0100 Ignore the scm-publish plugin to fix the build failure with Maven 3 --- debian/changelog | 6 ++++++ debian/maven.ignoreRules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2d9916f..6a839ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +commons-configuration (1.10-4) UNRELEASED; urgency=medium + + * Ignore the scm-publish plugin to fix the build failure with Maven 3 + + -- Emmanuel Bourg <[email protected]> Thu, 17 Dec 2015 08:37:46 +0100 + commons-configuration (1.10-3) unstable; urgency=medium * Team upload. diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 2720e08..00e20ff 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -8,6 +8,7 @@ mockobjects mockobjects-jdk1.4-j2ee1.3 * * * * org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * +org.apache.maven.plugins maven-scm-publish-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.apache.rat apache-rat-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-configuration.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

