--- layout: post status: PUBLISHED published: true title: Apache Maven Surefire Version 3.0.0-M4 id: c8cfd8eb-b896-4411-ad5c-fdce89c6fce3 date: '2019-11-17 17:16:17 -0500' categories: maven tags: - maven-plugin permalink: maven/entry/apache-maven-surefire-version-3 ---

The Apache Maven team is pleased to announce the release of the
Apache Maven Surefire Plugin, version 3.0.0-M4.

The release contains 43 bug fixes.
Again we received contributions from the community in form of bug reports
and bug fixes. Thank you and keep them coming!

You should specify the version in your project’s plugin configuration:

1
2
3
4
5

  org.apache.maven.plugins
  maven-surefire-plugin
  3.0.0-M4

or for failsafe:

1
2
3
4
5

  org.apache.maven.plugins
  maven-failsafe-plugin
  3.0.0-M4

or for surefire-report:

1
2
3
4
5

  org.apache.maven.plugins
  maven-surefire-report-plugin
  3.0.0-M4

You can download the appropriate sources etc. from the download page.

Release Notes – Maven Surefire – Version 3.0.0-M4

Bugs:

New Features:

Improvements:

Tasks:

Dependency upgrades:

Enjoy,

-The Apache Maven team