[maven-debian-helper] 02/06: Added org.eluder.coveralls:coveralls-maven-plugin to the ignored plugins
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 27 16:08:29 UTC 2016
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 62ed5aa9064e1e79d4bc0a7e1b96ee26542997e1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jun 27 17:47:45 2016 +0200
Added org.eluder.coveralls:coveralls-maven-plugin to the ignored plugins
---
debian/changelog | 5 +++++
.../org/debian/maven/packager/util/IgnoreDependencyQuestions.java | 1 +
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0a65d1f..1fa2c66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
maven-debian-helper (2.0.7) UNRELEASED; urgency=medium
* Team upload.
+
+ [ Emmanuel Bourg ]
+ * Added org.eluder.coveralls:coveralls-maven-plugin to the ignored plugins
+
+ [ Christopher Hoskin ]
* Fix "mh_resolve_dependencies fails to honour --verbose option"
(Closes: #820161)
* Fix "Using wrong path to mvnDebug when checking if apt-file"
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 6494ae3..d2c9791 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
@@ -58,6 +58,7 @@ public class IgnoreDependencyQuestions {
{"com.github.github", "site-maven-plugin"},
{"com.googlecode.maven-gcu-plugin", "maven-gcu-plugin"},
{"org.sonatype.plugins", "nexus-staging-maven-plugin"},
+ {"org.eluder.coveralls", "coveralls-maven-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