Skip to content

JUnit5 tests are not picked up by surefire plugin #752

@ielatif

Description

@ielatif

Affected version 4.3.1-SNAPSHOT

While working on #727 (PR #751) I added some JUnit 5 tests that are not running because not picked up by surefire plugin.
Surefire version 2.22.2 does not play well with JUnit 5.

I noticed that the parent spring-cloud-build define version 3.5.3 for surefire plugin in its PluginManagement (JUnit 5 tests are picked up by this version).

Is there a reason for overriding surefire plugin version in spring-cloud-vault or could we use the version defined in parent's PluginManegement section?

The same applies for these plugins, versions are getting overridden :

  • maven-deploy-plugin
  • maven-jar-plugin
  • maven-javadoc-plugin
  • maven-release-plugin
  • maven-source-plugin

@mp911de @spencergibb

Thanks

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions