Hi devs, We’ve been using the surefire plugin from the beginning even for functional tests.
However it would be more correct to use the failsafe plugin for functional tests since this allows to perform some actions if a test fails (like stopping XWiki - Note that right now this is not affecting us since we start/stop XWiki from Java so we’ve implemented this behavior ourselves). I need this for using the fabric8 docker plugin for ex so that if some functional test fails the docker containers will be stopped. Ok with everyone? For reference: http://maven.apache.org/surefire/maven-failsafe-plugin/ Thanks -Vincent

