--- layout: post status: PUBLISHED published: true title: Apache Maven Surefire/Failsafe Plugin Version 3.0.0-M6 Released id: 936fd494-ad36-4e94-993f-d61888f83f8a date: '2022-04-04 16:29:49 -0400' categories: maven tags: - surefire - failsafe permalink: maven/entry/apache-maven-surefire-failsafe-plugin ---

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

The release contains 111 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-M6

or for failsafe:

1
2
3
4
5

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

or for surefire-report:

1
2
3
4
5

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

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

Release Notes – Maven Surefire – Version 3.0.0-M6

Enjoy,

-The Apache Maven team