Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.0-beta-1
-
None
-
None
-
None
Description
m3 trunk currently contains two different concurrent-build implementations; parallel and weave. The main target for m3 is for production quality "parallel" to be ready; there are numerous plugins that will need to adjust to this functionality.
Alongside this activity weave mode will also be fine-tuned and evaluated; due to the generally tighter concurrency in this model, weave mode is more likely to reveal concurrency related issues in both maven, plugins, libraries and the jdk.
This task is used to collect all commits related to making weave mode work reliably. The final evaluation of weave mode will be taken at a later stage.
In the event that Weave mode is to be abandoned, the class LifecycleWeaveBuilder contains instructions on how/what can be removed from m3 core.