This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-parent.
commit 662d278a9a4956fd2ee6c63e28e2a34e2c4b3626 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 15 16:44:28 2016 +0100 Ignore the build-helper-maven-plugin --- debian/changelog | 7 +++++++ debian/maven.ignoreRules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8b2ea17..17577e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +commons-parent (39-3) unstable; urgency=medium + + * Team upload. + * Ignore the build-helper-maven-plugin + + -- Emmanuel Bourg <[email protected]> Fri, 15 Jan 2016 16:43:19 +0100 + commons-parent (39-2) unstable; urgency=medium * Team upload. diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 186d3ed..3726b17 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -27,5 +27,6 @@ org.apache.maven.plugins maven-scm-publish-plugin org.apache.maven.plugins maven-site-plugin org.apache.maven.plugins maven-source-plugin org.apache.rat apache-rat-plugin +org.codehaus.mojo build-helper-maven-plugin org.codehaus.mojo buildnumber-maven-plugin org.codehaus.mojo clirr-maven-plugin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-parent.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

