[maven-debian-helper] 05/08: Added com.googlecode.maven-gcu-plugin:maven-gcu-plugin to the ignored plugins
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Feb 5 14:17:22 UTC 2014
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 <ebourg at apache.org>
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 <ebourg at apache.org> 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
More information about the pkg-java-commits
mailing list