Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

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
  • None