org.apache.maven.lifecycle.internal
Class LifecycleThreadedBuilder
java.lang.Object
   org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder
org.apache.maven.lifecycle.internal.LifecycleThreadedBuilder
- @Component(role=LifecycleThreadedBuilder.class)
public class LifecycleThreadedBuilder 
- extends Object
Builds the full lifecycle in weave-mode (phase by phase as opposed to project-by-project)
- Since:
- 3.0
- Author:
- Kristian Rosenvold
         Builds one or more lifecycles for a full module
         
         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 | 
 
LifecycleThreadedBuilder
public LifecycleThreadedBuilder()
build
public void build(MavenSession session,
                  ReactorContext reactorContext,
                  ProjectBuildList projectBuilds,
                  List<TaskSegment> currentTaskSegment,
                  ConcurrencyDependencyGraph analyzer,
                  CompletionService<ProjectSegment> service)
- 
 
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.