slachiewicz commented on PR #330: URL: https://github.com/apache/maven-gpg-plugin/pull/330#issuecomment-5225336531
The Maven 4 leg this enables is red for a reason unrelated to the workflow: `sign-release-with-excludes` does not know about the build POM that Maven 4 installs next to the consumer POM. #332 fixes the IT; once that lands this should go green on a rerun. Two other things worth folding in here, from reviewing the run: - `verify-fail-fast: false` — the shared workflow defaults it to true, so the single Maven 4 failure cancelled the other 14 legs, including every Maven 3 one. All 15 checks read as failed when only one actually did, which makes it impossible to tell a Maven 4 problem from a Maven 3 regression. - `maven4-version: 4.0.0-rc-6` — without it this tracks the shared workflow's floating default, so a `v5` retag can change what is being verified with no commit in this repo. I can push both to this branch if you would like. -- 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]
