I read Maven Failsafe plugin is designed specifically to run integration tests. Currently I\'m working on a multi-module project and integration tests are in its own separate mo
Failsafe has one big feature vs Surefire: When a test fails, it does not immediately abort. Instead it lets the clean-up code run (which typically takes down the Jetty server).