org.apache.maven.lifecycle

Class DefaultLifecycleExecutor

public class DefaultLifecycleExecutor extends AbstractLogEnabled implements LifecycleExecutor

Version: $Id: DefaultLifecycleExecutor.java,v 1.16 2005/03/04 09:04:25 jdcasey Exp $

Author: Jason van Zyl Brett Porter

UNKNOWN: because of aggregation, we ended up with cli-ish stuff in here (like line() and the project logging, without much of the event handling)

Method Summary
voidexecute(MavenSession session, ReactorManager rm, EventDispatcher dispatcher)
Execute a task.
MapgetPhaseToLifecycleMap()
protected voidline()

Method Detail

execute

public void execute(MavenSession session, ReactorManager rm, EventDispatcher dispatcher)
Execute a task. Each task may be a phase in the lifecycle or the execution of a mojo.

Parameters: session rm dispatcher

getPhaseToLifecycleMap

public Map getPhaseToLifecycleMap()

line

protected void line()
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.