This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdeb.
commit 914393382a5f1022b4d229f3a0924e2998f163c0 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 29 17:00:28 2016 +0200 Ignore the jacoco and coveralls plugins --- debian/changelog | 1 + debian/maven.ignoreRules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 52605eb..d7df432 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jdeb (1.5-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Ignore the jacoco and coveralls plugins * Standards-Version updated to 3.9.7 (no changes) * Use a secure Vcs-Git URL diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 05b760c..1a0c4fe 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -5,3 +5,5 @@ org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * org.apache.maven.plugins maven-project-info-reports-plugin * * * * org.codehaus.mojo taglist-maven-plugin * * * * +org.jacoco jacoco-maven-plugin * * * * +org.eluder.coveralls coveralls-maven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

