_posts/2018-06-17-apache-maven-surefire-plugin-2.html [17:98]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _posts/2018-10-14-apache-maven-surefire-plugin-version1.html [17:98]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -