org.apache.maven.lifecycle.internal
Class LifecycleModuleBuilder
java.lang.Object
   org.apache.maven.lifecycle.internal.LifecycleModuleBuilder
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder
- @Component(role=LifecycleModuleBuilder.class)
public class LifecycleModuleBuilder 
- extends Object
Builds one or more lifecycles for a full module
- Since:
- 3.0
- Author:
- Benjamin Bentmann, Jason van Zyl, Kristian Rosenvold (extracted class)
         
         NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LifecycleModuleBuilder
public LifecycleModuleBuilder()
buildProject
public void buildProject(MavenSession session,
                         ReactorContext reactorContext,
                         MavenProject currentProject,
                         TaskSegment taskSegment)
- 
 
buildProject
public void buildProject(MavenSession session,
                         MavenSession rootSession,
                         ReactorContext reactorContext,
                         MavenProject currentProject,
                         TaskSegment taskSegment)
- 
 
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.