- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="integration-test",
defaultPhase=INTEGRATION_TEST,
requiresDependencyResolution=TEST,
threadSafe=true)
public class IntegrationTestMojo
extends AbstractInvokerMojo
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, will
never fail the build, designed to be used in conjunction with the verify mojo.
- Since:
- 1.4
- Version:
- $Id: IntegrationTestMojo.java 1637968 2014-11-10 20:02:25Z khmarbaise $