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
According to maven-surefire-plugin documentation, maven.test.skip avoid test compilation, not tests execution. Ok, if there is no test compilation, test execution should not be run.
In my opinion, skipTests should be enough.
Please propose a pull request if you want this feature be included.
Please deactivate the test if maven.test.skip property is true
The text was updated successfully, but these errors were encountered: