Below is an example of turning off maven-surefire-plugin during the "test" phase, and turning on maven-surefire-plugin for the "integration-test". The key to turning off "test" phase execution is setting skip=true for the plugin's default configuration (<skip>true</skip>).
Labels
