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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

