This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-ioc.
commit 61a49f93f4f0a0273741cc2037cff5f76bf445aa Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 17 12:16:50 2015 +0100 Ignore the project-info-reports plugin to remove a warning with Maven 3 --- debian/changelog | 1 + debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 568bc92..4b4b3ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sisu-ioc (2.3.0-8) UNRELEASED; urgency=medium * Team upload. * Replaced guice_classifier.diff with a Maven rule + * Ignore the project-info-reports plugin to remove a warning with Maven 3 -- Emmanuel Bourg <[email protected]> Thu, 17 Dec 2015 12:12:38 +0100 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index f238b10..75c176c 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -16,6 +16,7 @@ org.sonatype.sisu sisu-guice * s/.*/debian/ no_aop * org.apache.maven.plugins maven-enforcer-plugin * * * * +org.apache.maven.plugins maven-project-info-reports-plugin * * * * org.codehaus.mojo animal-sniffer-maven-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-ioc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

