--- layout: post status: PUBLISHED published: true title: Apache Maven Surefire Plugin 2.22.0 Released id: 7ddb81ef-3f48-47ae-b701-ca50255acdce date: '2018-06-17 10:39:55 -0400' categories: maven tags: - surefire-failsafe permalink: maven/entry/apache-maven-surefire-plugin-2 ---

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

The release contains 33 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
  2.22.0

or for failsafe:

1
2
3
4
5

  org.apache.maven.plugins
  maven-failsafe-plugin
  2.22.0

or for surefire-report:

1
2
3
4
5

  org.apache.maven.plugins
  maven-surefire-report-plugin
  2.22.0

Release Notes – Maven Surefire – Version 2.22.0

Bugs:

New Features:

Improvement:

Tasks:

Enjoy,

-The Apache Maven team