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

** Bug
* [MCOMPILER-289] - Comments in module-info.java break test compile due to parser issue
    * [MCOMPILER-303] - Failure of a build with JDK 9

** Improvement
    * [MCOMPILER-296] - Add jpms.args to the META-INF folder
    * [MCOMPILER-304] - Introduce plexus-language component
    * [MCOMPILER-305] - Require Java 1.7

** New Feature
    * [MCOMPILER-295] - Upgrade ASM to 6.0_BETA

Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to