slachiewicz commented on PR #743: URL: https://github.com/apache/maven-invoker-plugin/pull/743#issuecomment-5215901096
The failure on this PR is not caused by it — it is pre-existing on master and unrelated to the documentation change. The IT asserts that `[FATAL] 'modelVersion' of '99.0.0'` appears exactly twice in the streamed log, once per invoker rerun. Since 4.0.0-rc-6, Maven reports every model problem twice, so the count is 4. It reproduces with no plugin involved, on a pom whose only content is an invalid `modelVersion`. Master looks green only because its last Verify run predates the change: this repository does not pin `maven4-version`, so it follows the shared workflow's default, which moved from rc-5 to rc-6 after master last built. Any pull request opened since would fail the same way. Split out so this PR stays a documentation change: - apache/maven-invoker-plugin#744 — makes the IT assertion version-independent. Green on the full matrix including all six rc-6 cells. - apache/maven#12691 — the underlying duplicate reporting in core. Once #744 merges, rebasing this branch should clear the red X. -- 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]
