public interface Builder
Builder encapsulates a strategy for building a set of Maven projects. The default strategy in Maven builds the
 the projects serially, but a Builder can employ any type of concurrency model to build the projects.| Modifier and Type | Method and Description | 
|---|---|
| void | build(MavenSession session,
          ReactorContext reactorContext,
          ProjectBuildList projectBuilds,
          List<TaskSegment> taskSegments,
          ReactorBuildStatus reactorBuildStatus) | 
void build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) throws ExecutionException, InterruptedException
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.