This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository commons-parent.
commit af6e639fd64827375e3537c611e9d7ac7f812bde Author: Markus Koschany <[email protected]> Date: Mon Feb 5 14:50:19 2018 +0100 Ignore maven-failsafe-plugin. --- debian/changelog | 1 + debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1e81ed8..61be22b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ commons-parent (43-1) unstable; urgency=medium * Use https for Format field. * Remove Damien from Uploaders. (Closes: #889333, #889460) * Install NOTICE.txt file. + * Ignore maven-failsafe-plugin. -- Markus Koschany <[email protected]> Mon, 05 Feb 2018 14:37:19 +0100 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 3726b17..444b92d 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -26,6 +26,7 @@ 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.maven.plugins maven-failsafe-plugin org.apache.rat apache-rat-plugin org.codehaus.mojo build-helper-maven-plugin org.codehaus.mojo buildnumber-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

