The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler Plugin, version 3.10.1

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.1</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.1

** Bug
    * [MCOMPILER-346] - workaround to jdk bug: assertionError inside javac
when using javax.tools API
    * [MCOMPILER-485] - Incorrect internal string format in generated
package-info.class files on Windows

** New Feature
    * [MCOMPILER-426] - dedicated option for enabling preview feature

Enjoy,

-The Apache Maven team

Reply via email to