[jenkins-winstone] 03/04: Removed the unused dependency on maven-antrun-plugin to fix a build failure with Maven 3 (Closes: #807660)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Dec 12 14:26:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jenkins-winstone.
commit 1bb0a3577ab6c085de5fb451a01cc9f05c7450f5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Dec 12 12:24:07 2015 +0100
Removed the unused dependency on maven-antrun-plugin to fix a build failure with Maven 3 (Closes: #807660)
---
debian/changelog | 2 ++
debian/control | 1 -
debian/maven.ignoreRules | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c588272..ad75e02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ jenkins-winstone (2.9-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
+ * Removed the unused dependency on maven-antrun-plugin to fix a build
+ failure with Maven 3 (Closes: #807660)
-- Emmanuel Bourg <ebourg at apache.org> Sat, 12 Dec 2015 11:12:59 +0100
diff --git a/debian/control b/debian/control
index 36c9d5c..e58a358 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,6 @@ Build-Depends-Indep:
libjetty8-java (>= 8.1.16~),
libjetty8-extra-java (>= 8.1.16~),
libhttpunit-java,
- libmaven-antrun-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-enforcer-plugin-java,
libmaven-shade-plugin-java
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index f48f17e..57c2c01 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -14,6 +14,7 @@
# from the POM
# junit junit jar s/3\\..*/3.x/
+org.apache.maven.plugins maven-antrun-plugin * * * *
org.jvnet.wagon-svn wagon-svn * * * *
org.eclipse.jetty.spdy spdy-jetty-http * * * *
org.kohsuke ajp-client * * * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-winstone.git
More information about the pkg-java-commits
mailing list