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
defaultLifecycles
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
protected MavenExecutionAttribute
protected boolean
protected MavenExecutionAttribute
protected String
Mojo parameters headerprotected void
setOrderByToElaborate
(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, validatePlugin
Methods 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.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
headerParametersString
Description copied from class:AbstractLifecycleMojo
Mojo parameters header- Overrides:
headerParametersString
in classAbstractLifecycleMojo
- Returns:
- String parameters
-
getParamOrderBy
-
getParamGroupBy
protected boolean getParamGroupBy() -
setOrderByToElaborate
-
getOrderByToElaborate
-