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 1a37ebfaef659b11f3c5d752074ff67565c12625 Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 5 13:53:08 2014 +0100 Added com.googlecode.maven-gcu-plugin:maven-gcu-plugin to the ignored plugins --- debian/changelog | 3 +++ .../java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index a20d74f..91459d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ maven-debian-helper (1.6.7) UNRELEASED; urgency=medium * The optional Maven dependencies are now suggested and not recommended in the package generated by mh_make * The generated Vcs-* fields now refer to Git instead of Subversion + (Closes: #639338) + * Added com.googlecode.maven-gcu-plugin:maven-gcu-plugin to the ignored + plugins * Depend on maven-repo-helper >= 1.8.6 -- Emmanuel Bourg <[email protected]> Wed, 05 Feb 2014 12:18:48 +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 2c34ae7..b533d74 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 @@ -55,6 +55,7 @@ public class IgnoreDependencyQuestions { {"org.codehaus.mojo", "ideauidesigner-maven-plugin"}, {"org.codehaus.mojo", "scmchangelog-maven-plugin"}, {"com.github.github", "site-maven-plugin"}, + {"com.googlecode.maven-gcu-plugin", "maven-gcu-plugin"}, }; private static final String[][] PLUGINS_THAT_CAN_BE_IGNORED = { -- 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

