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 0634df100339338d4fe230b5566133e640bddbd1 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 14 14:06:51 2014 +0100 Added com.google.code.maven-license-plugin:maven-license-plugin to the ignored plugins --- debian/changelog | 2 ++ .../java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index dcd5ca1..dc1916d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ maven-debian-helper (1.6.8) UNRELEASED; urgency=medium + * Added com.google.code.maven-license-plugin:maven-license-plugin + to the ignored plugins * Use the --download-current-version uscan option in the generated debian/rules files 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 b533d74..27c1818 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 @@ -75,6 +75,7 @@ public class IgnoreDependencyQuestions { {"org.codehaus.mojo", "failsafe-maven-plugin"}, {"org.codehaus.mojo", "shitty-maven-plugin"}, {"com.mycila.maven-license-plugin", "maven-license-plugin"}, + {"com.google.code.maven-license-plugin", "maven-license-plugin"}, }; private static final String[][] DOC_PLUGINS = { -- 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

