venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

Apache Maven Compiler Plugin Version 3.7.0 Released #109

Closed venusdrogon closed 7 years ago

venusdrogon commented 7 years ago

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.

Attention: Starting with version 3.5, the maven-compiler-plugin requires Maven 3 and won’t work with Maven 2 anymore.

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>

Release Notes – Maven Compiler Plugin – Version 3.7.0

Bugs:

MCOMPILER-289 – Comments in module-info.java break test compile due to parser issue MCOMPILER-303 – Failure of a build with JDK 9 Improvements:

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