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
Add maven failsafe plugin for running integration tests.
Add the maven failsafe plugin for running integration tests. Maven failsafe is
like maven surefire, but it ensures that various cleanup is called when
integration tests fail. It hooks into the existing release workflow, so
integration tests run before install or release.
The integration tests may be run through $mvn integration-test
0 commit comments