org.apache.maven.lifecycle.internal
Class LifecycleThreadedBuilder

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


Constructor Summary
LifecycleThreadedBuilder()
           
 
Method Summary
 void build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> currentTaskSegment, ConcurrencyDependencyGraph analyzer, CompletionService<ProjectSegment> service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleThreadedBuilder

public LifecycleThreadedBuilder()
Method Detail

build

public void build(MavenSession session,
                  ReactorContext reactorContext,
                  ProjectBuildList projectBuilds,
                  List<TaskSegment> currentTaskSegment,
                  ConcurrencyDependencyGraph analyzer,
                  CompletionService<ProjectSegment> service)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.