This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository checkstyle.
commit e14c8ff3d4fc704edaed6325bfbe68c6f0483d6f Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 24 10:45:52 2015 +0100 Disabled the unit tests (too many missing dependencies) --- debian/changelog | 1 + debian/maven.ignoreRules | 13 +++++++++++++ debian/maven.properties | 5 +++++ 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index f9e16fd..2482805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ checkstyle (6.12.1-1) UNRELEASED; urgency=medium - Added a patch removing the prereq on Maven 3 - Refreshed the patches - New dependencies on antlr4 and commons-lang3 + - Disabled the unit tests (too many missing dependencies) -- Emmanuel Bourg <[email protected]> Thu, 21 May 2015 14:34:06 +0200 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 08d9f38..a8b4382 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,5 +1,18 @@ +com.github.stefanbirkner system-rules * * * * +de.thetaphi forbiddenapis * * * * +nl.jqno.equalsverifier equalsverifier * * * * +org.apache.maven.plugins maven-deploy-plugin * * * * org.apache.maven.plugins maven-eclipse-plugin * * * * +org.apache.maven.plugins maven-failsafe-plugin * * * * +org.apache.maven.plugins maven-install-plugin * * * * org.apache.maven.plugins maven-linkcheck-plugin * * * * +org.apache.maven.plugins maven-pmd-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo exec-maven-plugin * * * * +org.codehaus.mojo findbugs-maven-plugin * * * * +org.codehaus.mojo xml-maven-plugin * * * * +org.eclipse.jgit org.eclipse.jgit * * * * +org.eluder.coveralls coveralls-maven-plugin * * * * +org.jacoco org.jacoco.agent * * * * +org.powermock powermock* * * * * diff --git a/debian/maven.properties b/debian/maven.properties new file mode 100644 index 0000000..e593715 --- /dev/null +++ b/debian/maven.properties @@ -0,0 +1,5 @@ +# Include here properties to pass to Maven during the build. +# For example: +# maven.test.skip=true + +maven.test.skip=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/checkstyle.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

