Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Apache Maven Compiler Plugin Version 3.6.1 Released #46

Closed
venusdrogon opened this issue Jan 23, 2017 · 0 comments
Closed

Apache Maven Compiler Plugin Version 3.6.1 Released #46

venusdrogon opened this issue Jan 23, 2017 · 0 comments
Milestone

Comments

@venusdrogon
Copy link
Owner

venusdrogon commented Jan 23, 2017

http://blog.soebes.de/blog/2017/01/20/apache-maven-compiler-plugin-version-3-dot-6-1-released/

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

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.6.1</version>
</plugin>

Most important change is the support for test-compile when using JDK 9 build b148+

Release Notes – Maven Compiler Plugin – Version 3.6.1

Bugs:

MCOMPILER-282 – Remove link to non-existing Codehaus wiki
MCOMPILER-284 – maven.test.skip doesn’t skip test compilation
MCOMPILER-287 – Adjust documentation module-info

Documentation:

MCOMPILER-281 – Remove reference to Maven 1’s Java plugin

Improvement:

MCOMPILER-285 – Support test-compile for JDK 9 build b148+

@venusdrogon venusdrogon added this to the 1.10.1 milestone Feb 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant