org.apache.maven.lifecycle
public class DefaultLifecycleExecutor extends AbstractLogEnabled implements LifecycleExecutor
ROLE
Constructor and Description |
---|
DefaultLifecycleExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
contextualize(Context context) |
void |
execute(MavenSession session,
ReactorManager rm,
EventDispatcher dispatcher)
Execute a task.
|
java.util.List |
getLifecycles() |
java.util.Map |
getPhaseToLifecycleMap() |
void |
initialize() |
protected void |
line() |
public void execute(MavenSession session, ReactorManager rm, EventDispatcher dispatcher) throws BuildFailureException, LifecycleExecutionException
execute
in interface LifecycleExecutor
session
- rm
- dispatcher
- BuildFailureException
LifecycleExecutionException
protected void line()
public java.util.Map getPhaseToLifecycleMap() throws LifecycleExecutionException
LifecycleExecutionException
public java.util.List getLifecycles()
getLifecycles
in interface LifecycleExecutor
public void initialize() throws InitializationException
InitializationException
public void contextualize(Context context) throws ContextException
ContextException