mirror of https://github.com/apache/maven.git
83237e46af
This commit consists of a modularization of the DefaultLifecycleExecutor into smaller components. This is primarily done with the intention of extracting execution strategy somewhat from the rest of the logic. It also contains three differenent execution strategies: A) Linear ("Classic") B) Parallel (Based on Dan's original implemementation) C) Weave (Still experimental) The command line -T option activates parallel running, and the argument is in the form -T <[nThreads, a float][C][W]|auto> Notes: * The output demultiplexer is disabled in this commit, and output will appear intermingled. * The modello plugin has known problems * Surefire must be run in forkmode at least once. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@931884 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
apache-maven | ||
maven-artifact | ||
maven-compat | ||
maven-core | ||
maven-embedder | ||
maven-model | ||
maven-model-builder | ||
maven-plugin-api | ||
maven-repository | ||
maven-settings | ||
src/site | ||
README.bootstrap.txt | ||
README.txt | ||
build.xml | ||
doap_Maven.rdf | ||
maven-ant-tasks-2.1.1-SNAPSHOT.jar | ||
pom.xml |
README.txt
See: http://maven.apache.org/guides/development/guide-building-m2.html