gnodet commented on PR #13238: URL: https://github.com/apache/maven/pull/13238#issuecomment-5774750223
## Run #3 results **MavenITBootstrapTest now passes ✓** — the core fix works. Remaining failures (3 tests, 1061 passed): - `MavenITgh11378SealedParameterConfigTest` — its test plugin pom hardcodes `maven-api-core:4.0.0-SNAPSHOT` as a dependency, which is unavailable when running against `4.0.0-rc-7`. Pre-existing issue, unrelated to this PR. - `MavenITgh11055DIServiceInjectionTest` — same pattern (hardcoded SNAPSHOT dep in the IT project). - `MavenITmng3813PluginClassPathOrderingTest` — assertion failure, unrelated to version mismatch. These 3 tests would fail on any other PR targeting `maven-4.0.x` right now. The version-mismatch cascade that was breaking all 565+ ITs is fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
