This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libquartz2-java.
commit 62db5555d6fb093f31804e249b9338b12292d76e Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 12 12:34:13 2016 +0200 Disabled the unit tests --- debian/changelog | 1 + debian/maven.ignoreRules | 4 +++- debian/maven.properties | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dc7ee80..35ed67b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libquartz-java (1:2.2.2-1) UNRELEASED; urgency=medium - New dependencies on libc3p0-java, libgeronimo-commonj-spec-java, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java and libmaven-shade-plugin-java + - Disabled the unit tests * Build with the DH sequencer instead of CDBS * Build depend on libasm-java (>= 5.0) instead of libasm4-java * Removed the unused build dependency on glassfish-activation diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 9ade660..7b9a986 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -14,6 +14,7 @@ # from the POM # junit junit jar s/3\..*/3.x/ +org.apache.derby derby* * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-deploy-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * @@ -21,7 +22,8 @@ org.apache.maven.plugins maven-source-plugin * * * * org.codehaus.gmaven gmaven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * org.codehaus.mojo rmic-maven-plugin * * * * -org.apache.derby derby * * * * +org.mockito mockito-all * * * * +org.subethamail subethasmtp * * * * org.terracotta maven-forge-plugin * * * * org.quartz-scheduler.internal quartz-jboss * * * * diff --git a/debian/maven.properties b/debian/maven.properties index 7c29bd7..e593715 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,3 +2,4 @@ # 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/libquartz2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

