org.apache.maven.lifecycle.internal
Class LifecycleModuleBuilder

java.lang.Object
  extended by 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.


Constructor Summary
LifecycleModuleBuilder()
           
 
Method Summary
 void buildProject(MavenSession session, MavenSession rootSession, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment)
           
 void buildProject(MavenSession session, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleModuleBuilder

public LifecycleModuleBuilder()
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.