This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uima-as.
commit 150946f473ad7e00a86e154dbfbafe0247acd17c Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 15 08:43:52 2015 +0100 Ignore apache-rat-plugin to fix a build failure with Maven 3 --- debian/changelog | 1 + debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e7ab862..7aa5858 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ uima-as (2.3.1-4) UNRELEASED; urgency=medium * Team upload. + * Ignore apache-rat-plugin to fix a build failure with Maven 3 * Updated debian/watch -- Emmanuel Bourg <[email protected]> Tue, 15 Dec 2015 08:36:16 +0100 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index e6f6c2d..5192976 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -31,3 +31,4 @@ xmlpull xmlpull * * * * org.springframework spring-asm * * * * org.apache.maven.plugins maven-deploy-plugin * * * * +org.apache.rat apache-rat-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uima-as.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

