-
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
-
[JENKINS-9072] Incremental builds: Marking modules not being build early, doesn't work with maven 3 projects
Link |
New:
This issue is blocking |
Link |
New:
This issue is blocking |
Assignee | Original: Olivier Lamy [ olamy ] | New: kutzi [ kutzi ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
This is probably also breaking
JENKINS-6544as that issue is depending on the NOT_BUILT state being set early