Skip to content
Martin Desruisseaux edited this page Jul 29, 2024 · 11 revisions

Compiler plugin for Maven 4

This is a proposed rewriting of the Maven compiler plugin. This work is for Maven 4 only, the plugin for Maven 3 will stay unaffected. This work uses the standard javax.tools.JavaCompiler interface instead of the Plexus compiler. The use of the standard interface gives access to module-specific methods. A major goal of this work is to improve the support of Java Module System in Maven.

Content

Source code

  • Main branch (require Maven 4 for building. Integration tests do not yet pass)
Clone this wiki locally