Apache Maven Compiler Plugin Version 3.3 Released

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

The Compiler Plugin is used to compile the sources of your project.

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-compiler-plugin</artifactId>
4  <version>3.3</version>
5</plugin>

Release Notes - Maven Compiler Plugin - Version 3.3

Bug:

  • MCOMPILER-223 - Move to a non-ancient maven-toolchain dependency

Improvements:

Enjoy,

-The Apache Maven team