Latest for both plugins is 2.1 for repo1 https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-tools/
Any way to push the github distros to repo1 so we can all see 4.0.0 beta4 for both plugins ? Martin~ ________________________________ From: Martin Desruisseaux <martin.desruisse...@geomatys.com> Sent: Saturday, September 21, 2024 8:46 AM To: dev@maven.apache.org <dev@maven.apache.org> Subject: Compiler plugin compatible with Maven 4.0.0-beta4 Hello all The current Maven Compiler plugin (not the JPMS work) cannot be built because of compilation errors. A fixed version is available with the JPMS work (integration tests pass). However, it would require the following dependencies to be released first: * maven-plugin-tools 4.0.0-beta-2 * maven-plugin-testing 4.0.0-beta-2 with the following pull-requests for making them compatible with Maven 4.0.0-beta4: * https://github.com/apache/maven-plugin-tools/pull/327 * https://github.com/apache/maven-plugin-testing/pull/44 Note: the latter fails on the CI because it requires the `-Denforcer.skip` option. But it seems to be a problem of Maven core 4.0.0-beta-4 rather than a problem of `maven-plugin-testing`. Should we made a release of those two plugins? After those two modules have been released, it would be possible to publish a fixed version of the maven compiler plugin, either as a preliminary version of JPMS work or a fixed version of current plugin (that would be a separated question). Martin