Apache Maven Compiler Plugin Version 3.10.1 Released

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

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

Release Notes - Maven Compiler Plugin - Version 3.10.1

  • Bugs:

    • MCOMPILER-346 - workaround to jdk bug: assertionError inside javac when using javax.tools API
    • MCOMPILER-485 - Incorrect internal string format in generated package-info.class files on Windows
  • New Feature:

Enjoy,

  • The Apache Maven team