--- layout: post status: PUBLISHED published: true title: Apache Maven Surefire Plugin version 2.22.1 Released id: 581f502a-e86b-4674-823e-d1c029904658 date: '2018-10-14 20:17:02 -0400' categories: maven tags: - maven-plugin permalink: maven/entry/apache-maven-surefire-plugin-version1 ---

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

The release contains 17 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.1

or for failsafe:

1
2
3
4
5

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

or for surefire-report:

1
2
3
4
5

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

Release Notes – Maven Surefire – Version 2.22.1

Bugs:

Improvements:

Tasks:

Dependency upgrades:

Enjoy,

-The Apache Maven team