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 8cd01c66de3e72baa65ba1b2263c1861452e48d8 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 15 16:21:09 2016 +0100 Ignore the maven-source-plugin --- debian/changelog | 7 +++++++ debian/maven.ignoreRules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4df264a..8b2ea17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +commons-parent (39-2) unstable; urgency=medium + + * Team upload. + * Ignore the maven-source-plugin + + -- Emmanuel Bourg <[email protected]> Fri, 15 Jan 2016 16:20:32 +0100 + commons-parent (39-1) unstable; urgency=medium * Team upload. diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 3a9de02..186d3ed 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -25,6 +25,7 @@ org.apache.maven.plugins maven-release-plugin org.apache.maven.plugins maven-remote-resources-plugin 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 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

