The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler Plugin, version 3.13.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.13.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.13.0

** Bug
    * [MCOMPILER-548] - JDK 21 throws annotations processing warning that
can not be turned off

** New Feature
    * [MCOMPILER-582] - Automatic detection of release option for JDK < 9
    * [MCOMPILER-583] - Require Maven 3.6.3

** Improvement
    * [MCOMPILER-570] - Javadoc: Add link to javac references from JDK17
    * [MCOMPILER-574] - AbstractCompilerMojo::execute should propagate
exception cause
    * [MCOMPILER-576] - Deprecate parameter "compilerVersion"
    * [MCOMPILER-577] - Rename parameter "forceJavacCompilerUse"

** Task
    * [MCOMPILER-584] - Refresh page - Using Non-Javac Compilers
    * [MCOMPILER-585] - Refresh plugins versions in ITs

** Dependency upgrade
    * [MCOMPILER-575] - Bump plexus-compiler to 2.15.0

Enjoy,
-The Apache Maven team

Reply via email to