This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-parent.
commit 9fa6929188eaddd6782c9c0df3d173ce31a68d1d Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 28 00:13:03 2017 +0200 Exclude plexus-maven-plugin and plexus-component-metadata from the pom --- debian/changelog | 7 +++++++ debian/maven.ignoreRules | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1b219c6..a8e9a09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-parent (27-2) unstable; urgency=medium + + * Team upload. + * Exclude plexus-maven-plugin and plexus-component-metadata from the pom + + -- Emmanuel Bourg <[email protected]> Fri, 28 Jul 2017 00:12:54 +0200 + maven-parent (27-1) unstable; urgency=medium * Team upload. diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 902a56b..afabda8 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -27,3 +27,5 @@ org.apache.maven.plugins maven-toolchains-plugin org.apache.rat apache-rat-plugin org.codehaus.mojo findbugs-maven-plugin org.codehaus.mojo taglist-maven-plugin +org.codehaus.plexus plexus-maven-plugin +org.codehaus.plexus plexus-component-metadata -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-parent.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

