slachiewicz opened a new issue, #3482: URL: https://github.com/apache/maven-surefire/issues/3482
With Maven 4.0.0-rc-6 in the matrix (#3481), every IT fails on the Maven 4 jobs before Surefire runs: the ITs drive Maven through maven-verifier's embedded launcher, which cannot start Maven 4 (apache/maven-verifier#215, `NoSuchMethodException: org.apache.maven.cling.MavenCling.doMain`). Job: [ubuntu-latest jdk-17-zulu 4.0.0-rc-6](https://github.com/apache/maven-surefire/actions/runs/35514733800/job/106089259902). Two ways forward: pick up the verifier release that fixes apache/maven-verifier#215, or run the ITs forked on Maven 4 (`-Dverifier.forkMode=forked` in the Maven 4 matrix entries) and see what fails for Surefire's own reasons. Until then the Maven 4 jobs are excluded from the matrix in #3481. -- 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]
