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 MavenExecutionPlan calculateExecutionPlan(MavenSession session, String... tasks)
calculateExecutionPlan in interface LifecycleExecutorpublic MavenExecutionPlan calculateExecutionPlan(MavenSession session, boolean setup, String... tasks)
calculateExecutionPlan in interface LifecycleExecutorpublic void execute(MavenSession session)
execute in interface LifecycleExecutorpublic Set<Plugin> getPluginsBoundByDefaultToAllLifecycles(String packaging)
getPluginsBoundByDefaultToAllLifecycles in interface LifecycleExecutorpublic void calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)
calculateForkedExecutions in interface LifecycleExecutorpublic List<MavenProject> executeForkedExecutions(MojoExecution mojoExecution, MavenSession session)
executeForkedExecutions in interface LifecycleExecutorCopyright © 2001–2021 The Apache Software Foundation. All rights reserved.