gnodet opened a new pull request, #12119: URL: https://github.com/apache/maven/pull/12119
## Summary - Raise enforcer plugin minimum from 3.0.0 to 3.5.2 — versions before 3.5.2 use the removed `PluginParameterExpressionEvaluator` 6-arg constructor, causing `NoSuchMethodError` on Maven 4 - Add `net.alchim31.maven:scala-maven-plugin` with minimum 4.9.2 — older versions call `.add()` on immutable lists returned by Maven 4 API - Add `org.apache.maven.plugins:maven-resources-plugin` with minimum 3.3.1 — beta/RC versions compiled against different Maven 4 API signatures These changes fix ~10 repos in the Maven 4 compatibility test suite (gnodet/maven4-testing). ## Test plan - [x] All 27 PluginUpgradeStrategyTest tests pass - [ ] Run maven4-testing suite with updated Maven build _Claude Code on behalf of Guillaume Nodet_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
