Commit 8f9b5c7
Gracefully handle projects that can't be built during project update
If a project fails even a build at VALIDATION_LEVEL_MINIMAL its configuration cannot be updated.
One such root cause is an unresolvable paretn pom.
Ignore such projects when updating configuration to allow the job to succeed for other projects.
Fixes #16051 parent db6dd23 commit 8f9b5c7
3 files changed
Lines changed: 7 additions & 2 deletions
File tree
- org.eclipse.m2e.core
- META-INF
- src/org/eclipse/m2e/core/internal/project/registry
- org.eclipse.m2e.feature
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
471 | 476 | | |
472 | 477 | | |
473 | 478 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments