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

** Bug
    * [MCOMPILER-567] - Fail to compile if the
"generated-sources/annotations" does not exist

** Dependency upgrade
    * [MCOMPILER-568] - Bump plexusCompilerVersion from 2.14.1 to 2.14.2

Enjoy,
-The Apache Maven team

Reply via email to