[maven-debian-helper] 02/02: Added com.github.github:site-maven-plugin to the ignored plugins
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Fri Aug 23 21:50:24 UTC 2013
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 201fc34b32908d95e3bfe141494c5e6ea015e0c0
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Aug 23 23:11:23 2013 +0200
Added com.github.github:site-maven-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 f06e362..a3939af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
maven-debian-helper (1.6.6) UNRELEASED; urgency=low
+ * Added com.github.github:site-maven-plugin to the ignored plugins
* Updated the Maven dependency on maven-repo-helper (1.8.4)
-- Emmanuel Bourg <ebourg at apache.org> Fri, 23 Aug 2013 22:46:59 +0200
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 5e57360..025c0db 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
@@ -29,7 +29,9 @@ public class IgnoreDependencyQuestions {
{"org.codehaus.mojo", "netbeans-freeform-maven-plugin"},
{"org.codehaus.mojo", "nbm-maven-plugin"},
{"org.codehaus.mojo", "ideauidesigner-maven-plugin"},
- {"org.codehaus.mojo", "scmchangelog-maven-plugin"},};
+ {"org.codehaus.mojo", "scmchangelog-maven-plugin"},
+ {"com.github.github", "site-maven-plugin"},
+ };
private static final String[][] PLUGINS_THAT_CAN_BE_IGNORED = {
{"org.apache.maven.plugins", "maven-ant-plugin"},
{"org.apache.maven.plugins", "maven-assembly-plugin"},
--
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