public class EmptyLifecycleExecutor extends Object implements LifecycleExecutor
ROLE
Constructor and Description |
---|
EmptyLifecycleExecutor() |
Modifier and Type | Method and Description |
---|---|
MavenExecutionPlan |
calculateExecutionPlan(MavenSession session,
boolean setup,
String... tasks) |
MavenExecutionPlan |
calculateExecutionPlan(MavenSession session,
String... tasks) |
void |
calculateForkedExecutions(MojoExecution mojoExecution,
MavenSession session) |
void |
execute(MavenSession session) |
List<MavenProject> |
executeForkedExecutions(MojoExecution mojoExecution,
MavenSession session) |
Set<Plugin> |
getPluginsBoundByDefaultToAllLifecycles(String packaging) |
public EmptyLifecycleExecutor()
public MavenExecutionPlan calculateExecutionPlan(MavenSession session, String... tasks)
calculateExecutionPlan
in interface LifecycleExecutor
public MavenExecutionPlan calculateExecutionPlan(MavenSession session, boolean setup, String... tasks)
calculateExecutionPlan
in interface LifecycleExecutor
public void execute(MavenSession session)
execute
in interface LifecycleExecutor
public Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging)
getPluginsBoundByDefaultToAllLifecycles
in interface LifecycleExecutor
public void calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)
calculateForkedExecutions
in interface LifecycleExecutor
public List<MavenProject> executeForkedExecutions(MojoExecution mojoExecution, MavenSession session)
executeForkedExecutions
in interface LifecycleExecutor
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.