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 9aa0892bf45661cdd0fe3ad9953510e63315226b Author: Emmanuel Bourg <[email protected]> Date: Sat Aug 31 10:06:51 2013 +0200 Added com.mycila.maven-license-plugin:maven-license-plugin to the ignored plugins --- debian/changelog | 1 + .../org/debian/maven/packager/util/IgnoreDependencyQuestions.java | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4b078b2..527ae1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-debian-helper (1.6.6) UNRELEASED; urgency=low * Added com.github.github:site-maven-plugin to the ignored plugins * Added org.codehaus.mojo:ianal-maven-plugin to the ignored plugins + * Added com.mycila.maven-license-plugin:maven-license-plugin to the ignored plugins * Added wagon-gitsite to the ignored extensions * Updated the Maven dependency on maven-repo-helper (1.8.4) * Improved the detection of the documentation packages 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 59cd35b..2765c31 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 @@ -47,7 +47,9 @@ public class IgnoreDependencyQuestions { {"org.codehaus.mojo", "selenium-maven-plugin"}, {"org.codehaus.mojo", "dbunit-maven-plugin"}, {"org.codehaus.mojo", "failsafe-maven-plugin"}, - {"org.codehaus.mojo", "shitty-maven-plugin"},}; + {"org.codehaus.mojo", "shitty-maven-plugin"}, + {"com.mycila.maven-license-plugin", "maven-license-plugin"}, + }; private static final String[][] DOC_PLUGINS = { {"org.apache.maven.plugins", "maven-changelog-plugin"}, {"org.apache.maven.plugins", "maven-changes-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

