_posts/2018-03-06-apache-maven-surefire-plugin-version.html [21:88]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

1
2
3
4
5

  org.apache.maven.plugins
  maven-surefire-plugin
  2.21.0

or for failsafe:

1
2
3
4
5

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

or for surefire-report:

1
2
3
4
5

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



_posts/2022-04-04-apache-maven-surefire-failsafe-plugin.html [20:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

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