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.
  • 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

      protected String headerParametersString()
      Description copied from class: AbstractLifecycleMojo
      Mojo parameters header
      Overrides:
      headerParametersString in class AbstractLifecycleMojo
      Returns:
      String parameters
    • getParamOrderBy

      protected MavenExecutionAttribute getParamOrderBy()
    • getParamGroupBy

      protected boolean getParamGroupBy()
    • setOrderByToElaborate

      protected void setOrderByToElaborate(MavenExecutionAttribute orderByToElaborate)
    • getOrderByToElaborate

      protected MavenExecutionAttribute getOrderByToElaborate()