Class DefaultLifecycleExecutor

java.lang.Object
org.apache.maven.lifecycle.DefaultLifecycleExecutor
All Implemented Interfaces:
LifecycleExecutor

@Component(role=LifecycleExecutor.class) public class DefaultLifecycleExecutor extends Object implements LifecycleExecutor
A facade that provides lifecycle services to components outside maven core. Note that this component is not normally used from within core itself.
Author:
Jason van Zyl, Benjamin Bentmann, Kristian Rosenvold