org.apache.maven.lifecycle.internal
Class LifecycleStarter

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.LifecycleStarter

@Component(role=LifecycleStarter.class)
public class LifecycleStarter
extends Object

Starts the build life cycle

Author:
Jason van Zyl, Benjamin Bentmann, Kristian Rosenvold

Constructor Summary
LifecycleStarter()
           
 
Method Summary
 void execute(MavenSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleStarter

public LifecycleStarter()
Method Detail

execute

public void execute(MavenSession session)


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.