You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nativeTest profile does not suit well in a multi module project.
Whereas the native profile does not enforce plugin addition, nativeTest profiles does.
This cause failures in modules without spring boot application (like shared class modules) when running mvn test command.
Context
nativeTest profile does not suit well in a multi module project.
Whereas the native profile does not enforce plugin addition, nativeTest profiles does.
This cause failures in modules without spring boot application (like shared class modules) when running
mvn test
command.See definitions in
spring-boot-parent
pomnative
profile usenativeTest
profile use direct definitionsSample Projet
https://github.com/NoxFr/nativetest-issue
The text was updated successfully, but these errors were encountered: