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 ccda1f2818c2752a9f8101dc79bafeb25aa44d43 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 27 23:55:41 2016 +0200 Added maven-doap-plugin to the ignored plugins --- debian/changelog | 2 +- .../java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 25e8560..b927109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ maven-debian-helper (2.0.7) UNRELEASED; urgency=medium * Team upload. [ Emmanuel Bourg ] - * Added org.eluder.coveralls:coveralls-maven-plugin to the ignored plugins + * Added maven-doap-plugin and coveralls-maven-plugin to the ignored plugins * Standards-Version updated to 3.9.8 * The generated control file now specifies Standards-Version: 3.9.8 * Fixed the default license announced by mh_make (Closes: #826419) 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 d2c9791..e061a8d 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 @@ -41,6 +41,7 @@ public class IgnoreDependencyQuestions { {"org.apache.maven.plugins", "maven-archetype-plugin"}, {"org.apache.maven.plugins", "changelog-maven-plugin"}, {"org.apache.maven.plugins", "maven-deploy-plugin"}, + {"org.apache.maven.plugins", "maven-doap-plugin"}, {"org.apache.maven.plugins", "maven-release-plugin"}, {"org.apache.maven.plugins", "maven-repository-plugin"}, {"org.apache.maven.plugins", "maven-scm-plugin"}, -- 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

