gnodet opened a new pull request, #12120: URL: https://github.com/apache/maven/pull/12120
## Summary - Replace `kr.motd.maven:os-maven-plugin` with Maveniverse Nisse (`eu.maveniverse.maven.nisse:extension:0.4.4`) in `.mvn/extensions.xml` — os-maven-plugin tries to mutate unmodifiable session properties in Maven 4. Nisse is a drop-in replacement compatible with both Maven 3 and 4. Also adds `-Dnisse.compat.osDetector` to `.mvn/maven.config`. - Remove `com.gradle:develocity-maven-extension` and `com.gradle:gradle-enterprise-maven-extension` — these depend on `org.slf4j.impl.SimpleLogger` which is not available in Maven 4's classpath. These changes fix ~7 repos in the Maven 4 compatibility test suite (gnodet/maven4-testing). ## Test plan - [x] All 24 AbstractUpgradeGoalTest tests pass (8 new extension handling tests) - [x] All 36 CompatibilityFixStrategyTest + 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]
