Interface Builder

All Known Implementing Classes:
MultiThreadedBuilder, SingleThreadedBuilder

public interface Builder

A 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.

Note: This interface is part of work in progress and can be changed or removed without notice.
Author:
jvanzyl