This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wagon2.
commit a00fc8c9f5fbbb02adfb8668ef6b3d11cc1c6986 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 14 13:44:31 2015 +0100 Fixed the build failure with Maven 3 --- debian/changelog | 7 +++++++ debian/maven.ignoreRules | 1 + debian/rules | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9acfdb7..4064f03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wagon2 (2.10-2) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the build failure with Maven 3 + + -- Emmanuel Bourg <[email protected]> Mon, 14 Dec 2015 13:43:07 +0100 + wagon2 (2.10-1) unstable; urgency=medium * Team upload. diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 9b8cc11..b8ee27f 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -19,6 +19,7 @@ it.could webdav * * * * org.apache.ftpserver ftpserver-core * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-enforcer-plugin * * * * +org.apache.rat apache-rat-plugin * * * * org.apache.sshd sshd-core * * * * org.codehaus.mojo animal-sniffer-maven-plugin * * * * org.codehaus.plexus plexus-ftpd * * * * diff --git a/debian/rules b/debian/rules index c55fc56..404e5d1 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate -DEB_MAVEN_BUILD_TARGET := install makebuilddir:: -mkdir -p $(CURDIR)/wagon-providers/wagon-scm/target/test-classes/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

