Hi, The Apache Maven team is pleased to announce the release of the Apache Maven Surefire, version 3.5.4
The Surefire Plugin is used during the test phase of the build lifecycle to execute the unit tests of an application. https://maven.apache.org/surefire/maven-surefire-plugin/index.html You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.5.4</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/surefire/download.cgi Release Notes: https://github.com/apache/maven-surefire/releases/tag/maven-surefire-3.5.4 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org