forked from apache/maven-compiler-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martin Desruisseaux edited this page Jul 29, 2024
·
11 revisions
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.
- Main branch (require Maven 4 for building. Integration tests do not yet pass)