Hi
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.

https://maven.apache.org/plugins/maven-compiler-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-compiler-plugin</artifactId>
  <version>3.10.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-compiler-plugin/download.cgi

Release Notes - Maven Compiler Plugin - Version 3.10.0

** Bug
    * [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 <class> (requires
static module not include anymore)

** Improvement
    * [MCOMPILER-479] - Clarify `compilerArgs` Javadoc

** Task
    * [MCOMPILER-484] - Remove deprecated mojos

Enjoy,

-The Apache Maven team

Reply via email to