Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0-M5
-
None
Description
According to https://maven.apache.org/surefire/maven-failsafe-plugin/usage.html both goals "integration-test" and "verify" can be added to the same execution. This will never make the build fail though and also according to khmarbaise answer in https://stackoverflow.com/a/16798160 you need two different executions.