Markus Koschany pushed to branch master at Debian Java Maintainers / objenesis
Commits: 1e018925 by Markus Koschany at 2018-10-28T12:25:10Z B-D on libsurefire-java. - - - - - 7881a96e by Markus Koschany at 2018-10-28T12:38:49Z Ignore surefire test failures. Closes: #911980 - - - - - 4ec17486 by Markus Koschany at 2018-10-28T12:39:44Z Update changelog. Revert B-D on libsurefire-java. - - - - - 3 changed files: - debian/changelog - + debian/patches/ignore-surefire-test-failures.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +objenesis (3.0.1-2) unstable; urgency=medium + + * Ignore surefire test failures. (Closes: #911980) + + -- Markus Koschany <[email protected]> Sun, 28 Oct 2018 13:39:09 +0100 + objenesis (3.0.1-1) unstable; urgency=medium * New upstream version 3.0.1. ===================================== debian/patches/ignore-surefire-test-failures.patch ===================================== @@ -0,0 +1,24 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 28 Oct 2018 13:37:47 +0100 +Subject: ignore surefire test failures + +Debian-Bug: https://bugs.debian.org/911980 +Forwarded: no +--- + pom.xml | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/pom.xml b/pom.xml +index 633165b..e49fb58 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -179,6 +179,9 @@ + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.0</version> ++ <configuration> ++ <testFailureIgnore>true</testFailureIgnore> ++ </configuration> + </plugin> + <plugin> + <artifactId>maven-clean-plugin</artifactId> ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +ignore-surefire-test-failures.patch View it on GitLab: https://salsa.debian.org/java-team/objenesis/compare/954b07e92c7d028a1719538b809f3f2f9d584d66...4ec17486a24755075b702e71568eb0aa7bf78b2f -- View it on GitLab: https://salsa.debian.org/java-team/objenesis/compare/954b07e92c7d028a1719538b809f3f2f9d584d66...4ec17486a24755075b702e71568eb0aa7bf78b2f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

