-
Bug
-
Resolution: Fixed
-
Minor
-
None
For maven2 projects we have a mechanism which marks all modules which are not actually being build in an incremental build as NOT_BUILT already early in the reactor build.
See MavenModuleSetBuild$Builder#preBuild
For maven3 this doesn't work anymore, as it uses a different builder Maven3Builder
- is blocking
-
JENKINS-5764 incremental builds leave modules unbuilt upon failure
- Resolved
-
JENKINS-6544 Calculate "Estimated remaining time" for incremental Maven builds based on the cumulative last build time of the building modules
- Resolved