[maven-debian-helper] 01/05: Marked jacoco-maven-plugin as a documentation plugin
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 4 08:09:48 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 a7a55db43820f3d68c3db8e96bdfa6082806a533
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Sep 4 09:54:10 2014 +0200
Marked jacoco-maven-plugin as a documentation plugin
---
debian/changelog | 6 ++++++
.../org/debian/maven/packager/util/IgnoreDependencyQuestions.java | 1 +
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 4fd25ce..3f8ab54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+maven-debian-helper (1.6.9) UNRELEASED; urgency=medium
+
+ * Marked jacoco-maven-plugin as a documentation plugin
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 04 Sep 2014 09:51:27 +0200
+
maven-debian-helper (1.6.8) unstable; urgency=medium
* The provided Maven dependencies are no longer added to the ${maven:Depends}
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 27c1818..e6176b9 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
@@ -106,6 +106,7 @@ public class IgnoreDependencyQuestions {
{"org.codehaus.mojo", "sonar-maven-plugin"},
{"org.codehaus.mojo", "surefire-report-maven-plugin"},
{"org.jboss.maven.plugins", "maven-jdocbook-plugin"},
+ {"org.jacoco", "jacoco-maven-plugin"},
};
private static final String[][] TEST_PLUGINS = {
--
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