When I run mvn clean install
, for the integration-test
phase it does not use the failsafe plugin.
However if i explicilty call the plugin to run the integration test, it works (mvn failsafe:integration-test
).
How can I make maven use the failsafe plugin when I run mvn clean install
during the integration-test
phase?