This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 5274e5cfd6e1324cd02d209a720b6ae7bbfaa960 Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 12 19:03:48 2015 +0100 Added animal-sniffer-maven-plugin to the ignored plugins --- debian/changelog | 1 + .../java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3186ca9..72287a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ maven-debian-helper (1.6.14) UNRELEASED; urgency=medium A rules file using CDBS can still be generated by adding the --cdbs parameter to mh_make (Closes: #786340) * Generate debian/watch for GitHub projects + * Added animal-sniffer-maven-plugin to the ignored plugins -- Emmanuel Bourg <[email protected]> Thu, 12 Nov 2015 10:10:31 +0100 diff --git a/maven-packager-utils/src/main/java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java b/maven-packager-utils/src/main/java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java index d890ddd..6494ae3 100644 --- a/maven-packager-utils/src/main/java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java +++ b/maven-packager-utils/src/main/java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java @@ -49,6 +49,7 @@ public class IgnoreDependencyQuestions { {"org.apache.maven.plugins", "maven-eclipse-plugin"}, {"org.apache.maven.plugins", "maven-idea-plugin"}, {"org.apache.maven.plugins", "maven-source-plugin"}, + {"org.codehaus.mojo", "animal-sniffer-maven-plugin"}, {"org.codehaus.mojo", "changelog-maven-plugin"}, {"org.codehaus.mojo", "netbeans-freeform-maven-plugin"}, {"org.codehaus.mojo", "nbm-maven-plugin"}, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

