This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven.
commit 98bfc90b9e780c9b837427de328370637f04f28c Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 19 13:12:27 2015 +0100 Ignore maven-enforcer-plugin --- debian/changelog | 1 + debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index dc7c957..0ea7fb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ maven (3.3.9-1) UNRELEASED; urgency=medium - New dependency on libcommons-lang3-java - Depend on guice instead of sisu-guice - Depend on plexus-containers >= 1.6 + - Ignore maven-enforcer-plugin -- Emmanuel Bourg <[email protected]> Thu, 19 Nov 2015 10:28:12 +0100 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 5480b0e..6465bfc 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,4 +1,5 @@ org.codehaus.mojo animal-sniffer-maven-plugin * * * * org.codehaus.mojo buildnumber-maven-plugin * * * * org.apache.maven.plugins maven-assembly-plugin * * * * +org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.rat apache-rat-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

