Package org.apache.maven.plugins.invoker
Class InvokerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.invoker.AbstractInvokerMojo
org.apache.maven.plugins.invoker.InvokerMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="run",
defaultPhase=INTEGRATION_TEST,
requiresDependencyResolution=TEST,
threadSafe=true)
public class InvokerMojo
extends AbstractInvokerMojo
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, and
outputting the results to the command line.
- Since:
- 1.0
- Author:
- Kenney Westerhof, John Casey
-
Field Summary
Fields inherited from class org.apache.maven.plugins.invoker.AbstractInvokerMojo
suppressSummaries
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugins.invoker.AbstractInvokerMojo
execute
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
InvokerMojo
public InvokerMojo()
-
-
Method Details
-
doFailIfNoProjects
protected void doFailIfNoProjects() throws org.apache.maven.plugin.MojoFailureException- Overrides:
doFailIfNoProjects
in classAbstractInvokerMojo
- Throws:
org.apache.maven.plugin.MojoFailureException
-