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