[maven-debian-helper] 01/04: Added org.sonatype.plugins:nexus-staging-maven-plugin to the ignored plugins

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 1 19:37:28 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 0a5b6712bfadd3d065c18a1fc0fd78db79c18470
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Oct 1 19:58:20 2014 +0200

    Added org.sonatype.plugins:nexus-staging-maven-plugin to the ignored plugins
---
 debian/changelog                                                        | 2 ++
 .../java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java  | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 28e1ba1..75f17bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 maven-debian-helper (1.6.9) UNRELEASED; urgency=medium
 
   * Marked jacoco-maven-plugin as a documentation plugin
+  * Added org.sonatype.plugins:nexus-staging-maven-plugin to the ignored
+    plugins
   * Use the uscan --no-symlink option instead of --rename in the generated
     debian/rule get-orig-source target to work around #748462
   * Depend on maven-repo-helper >= 1.8.9
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 e6176b9..d890ddd 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
@@ -56,6 +56,7 @@ public class IgnoreDependencyQuestions {
         {"org.codehaus.mojo", "scmchangelog-maven-plugin"},
         {"com.github.github", "site-maven-plugin"},
         {"com.googlecode.maven-gcu-plugin", "maven-gcu-plugin"},
+        {"org.sonatype.plugins", "nexus-staging-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