Class ExecutionPlanMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
it.serendigity.maven.plugin.lifecycle.helper.AbstractLifecycleMojo
it.serendigity.maven.plugin.lifecycle.helper.ExecutionPlanMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="execution-plan",
defaultPhase=VALIDATE,
threadSafe=true,
requiresProject=true)
public class ExecutionPlanMojo
extends AbstractLifecycleMojo
List execution plan for the current project.
-
Field Summary
Fields inherited from class it.serendigity.maven.plugin.lifecycle.helper.AbstractLifecycleMojo
defaultLifecyclesFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()protected MavenExecutionAttributeprotected booleanprotected MavenExecutionAttributeprotected StringMojo parameters headerprotected voidsetOrderByToElaborate(MavenExecutionAttribute orderByToElaborate) Methods inherited from class it.serendigity.maven.plugin.lifecycle.helper.AbstractLifecycleMojo
calculateExecutionPlan, calculateTasksToElaborate, getParamFilterPlugins, getPluginsToElaborate, getTasksToElaborate, handleOutput, isParamForceTasksFromSession, isParamSkip, normalizeParamFilterPlugin, retrieveTasksFromSession, setPluginToElaborate, setTasksToElaborate, validateMavenExecution, validatePluginMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ExecutionPlanMojo
public ExecutionPlanMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
headerParametersString
Description copied from class:AbstractLifecycleMojoMojo parameters header- Overrides:
headerParametersStringin classAbstractLifecycleMojo- Returns:
- String parameters
-
getParamOrderBy
-
getParamGroupBy
protected boolean getParamGroupBy() -
setOrderByToElaborate
-
getOrderByToElaborate
-