This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jruby-maven-plugins.
commit 0c5bed9af1a5f0336fd687c79f2567d857dd9bd8 Author: Markus Koschany <[email protected]> Date: Wed Dec 28 21:07:30 2016 +0100 Skip the tests. --- debian/changelog | 4 +++- debian/maven.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f1fc1c..6414f65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ jruby-maven-plugins (1.1.5+ds1-1) unstable; urgency=medium + [ Miguel Landaeta ] * New upstream version 1.1.5+ds1. * Add libyaml-snake-java to Build-Depends. * orig-tar.sh: Use +ds instead of .ds. @@ -9,8 +10,9 @@ jruby-maven-plugins (1.1.5+ds1-1) unstable; urgency=medium * Add snakeyaml.patch fix FTBFS with SnakeYaml 1.17. (Closes: #844841) * Add plexus-archiver.patch and fix another FTBFS since Debian still uses version 2 of plexus archiver. + * Skip the tests. - -- Miguel Landaeta <[email protected]> Wed, 28 Dec 2016 20:19:08 +0100 + -- Markus Koschany <[email protected]> Wed, 28 Dec 2016 21:07:46 +0100 jruby-maven-plugins (1.0.10.ds1-2) unstable; urgency=medium diff --git a/debian/maven.properties b/debian/maven.properties index f2f2afa..fd921df 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,3 +1,3 @@ - +maven.test.skip=true source.skip=true jruby.version=debian -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-maven-plugins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

