Package org.apache.maven.plugins.invoker
Class IntegrationTestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.invoker.AbstractInvokerMojo
org.apache.maven.plugins.invoker.IntegrationTestMojo
- 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
 - Author:
 - Stephen Connolly
 
- 
Field Summary
Fields inherited from class org.apache.maven.plugins.invoker.AbstractInvokerMojo
suppressSummariesFields inherited from interface org.apache.maven.plugin.Mojo
ROLE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.maven.plugins.invoker.AbstractInvokerMojo
doFailIfNoProjects, executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext 
- 
Constructor Details
- 
IntegrationTestMojo
public IntegrationTestMojo() 
 -