gnodet opened a new pull request, #12200:
URL: https://github.com/apache/maven/pull/12200

   ## Summary
   - Bump exec-maven-plugin upgrade target from 3.2.0 to 3.5.0 — versions 
≤3.1.0 call `MavenSession.getContainer()` which returns null in Maven 4 (Plexus 
container removed)
   - Fix PLUGIN_UPGRADES list: exec-maven-plugin had wrong groupId 
(`org.apache.maven.plugins` → `org.codehaus.mojo`) and artifactId 
(`maven-exec-plugin` → `exec-maven-plugin`)
   - Fix compiler-plugin min version: `3.2.0` → `3.2` (3.2.0 does not exist on 
Maven Central)
   
   Fixes xalan-java build failure (exec-maven-plugin:3.1.0 getContainer() NPE).
   
   ## Test plan
   - [x] All 27 PluginUpgradeStrategyTest tests pass
   
   _Claude Code on behalf of Guillaume Nodet_


-- 
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]

Reply via email to