This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-cli-java.
commit 4ecfe26c4e0aedd5caa9c0f9a34c5784a9036252 Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 15 12:37:44 2015 +0100 Fixed the build failure with Maven 3 (Closes: #808020) --- debian/changelog | 1 + debian/maven.ignoreRules | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 64d6f0f..8afda54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libcommons-cli-java (1.3.1-3) UNRELEASED; urgency=medium * Team upload. + * Fixed the build failure with Maven 3 (Closes: #808020) * Build with the DH sequencer instead of CDBS -- Emmanuel Bourg <[email protected]> Tue, 15 Dec 2015 12:11:08 +0100 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..0078a19 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1,6 @@ + +org.apache.maven.plugins maven-checkstyle-plugin * * * * +org.apache.maven.plugins maven-javadoc-plugin * * * * +org.apache.maven.plugins maven-pmd-plugin * * * * +org.apache.maven.plugins maven-scm-publish-plugin * * * * +org.codehaus.mojo findbugs-maven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

