This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MJAR-249 in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit 5cb4a1b9c08fe0dc34ddaf36510a428978b37f97 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Wed Mar 28 20:41:03 2018 +0200 [MJAR-249] - Get Build working on JDK 10 o Need to upgrade maven-surefire/failsafe plugin to 2.21.0 to get it working in JDK 10. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index f7e8643..d3c2d93 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,16 @@ <pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.21.0</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> + <version>2.21.0</version> + </plugin> + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <configuration> -- To stop receiving notification emails like this one, please contact [email protected].
