This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository commons-parent.
commit b22a2195f282fbdd5d6d9d944c0030c500328327 Author: Markus Koschany <[email protected]> Date: Mon Feb 5 14:58:27 2018 +0100 Ignore org.jacoco:jacoco-maven-plugin --- debian/changelog | 1 + debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2c6401c..0859a4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ commons-parent (43-1) unstable; urgency=medium * Ignore maven-failsafe-plugin. * Ignore com.github.siom79.japicmp:japicmp-maven-plugin. * Ignore org.codehaus.mojo:versions-maven-plugin. + * Ignore org.jacoco:jacoco-maven-plugin. -- Markus Koschany <[email protected]> Mon, 05 Feb 2018 14:37:19 +0100 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index be3138c..296255f 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -33,3 +33,4 @@ org.codehaus.mojo buildnumber-maven-plugin org.codehaus.mojo clirr-maven-plugin com.github.siom79.japicmp japicmp-maven-plugin org.codehaus.mojo versions-maven-plugin +org.jacoco jacoco-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

