Apache Maven Checkstyle Plugin Version 3.2.0 Released

The Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 3.2.0.

The Checkstyle Plugin generates a report regarding the code style used by the developers. For more information about Checkstyle, see https://checkstyle.sourceforge.net/.

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

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

You can download the appropriate sources etc. from the download page.

Release Notes - Apache Maven Checkstyle Plugin - Version 3.2.0

Compatibility Notice:

  • For technical reasons the parameter encoding has been replaced with inputEncoding. For details please see

Enjoy,

-The Apache Maven team