This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jline2.
commit cb8a5b823ccf26460d8e617e6f01c8330d6140c1 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 30 12:24:31 2018 +0200 Disabled the tests (fail with Java 9) --- debian/changelog | 1 + debian/maven.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2dda1c0..481ac9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jline2 (2.13-1) UNRELEASED; urgency=medium * New upstream release - Patched pom.xml to ignore warnings - New build dependency on libpowermock-java + - Disabled the tests (fail with Java 9) -- Emmanuel Bourg <[email protected]> Fri, 30 Mar 2018 12:10:18 +0200 diff --git a/debian/maven.properties b/debian/maven.properties index 4e30f34..e593715 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,4 +2,4 @@ # For example: # maven.test.skip=true -maven.test.skip=false +maven.test.skip=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jline2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

