The Apache Maven team is pleased to announce the release of the Apache Maven Surefire Plugin, version 3.5.5
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/plugins/maven-surefire-plugin/ 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.5</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-surefire-plugin/download.cgi You can check the release note from https://github.com/apache/maven-surefire/releases/tag/surefire-3.5.5 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
