Apache Maven Compiler Plugin Version 3.10.0 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Compiler Plugin, version 3.10.0.
The Compiler Plugin is used to compile the sources of your project.
You should specify the version in your project’s plugin configuration:
1 2 3 4 5 |
|
Release Notes – Maven Compiler Plugin – Version 3.10.0
-
Bugs:
- MCOMPILER-205 – incremental compilation broken for package-info classes
- MCOMPILER-225 – javac.bat and args file added to archive when fork and -X used
- MCOMPILER-460 – Compiler doesn’t show detailed information with the Maven Toolchains
- MCOMPILER-470 – -parameters doesn’t work with —release
- MCOMPILER-474 – Dependent modules are not recompiled if we run the “package” goal
- MCOMPILER-481 – JPMS Regression: cannot access
(requires static module not include anymore)
-
Improvement:
- MCOMPILER-479 – Clarify
compilerArgs
Javadoc
- MCOMPILER-479 – Clarify
-
Task:
- MCOMPILER-484 – Remove deprecated mojos
Enjoy,
- The Apache Maven team