div class="post_body">

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
2  org.apache.maven.plugins
3  maven-checkstyle-plugin
4  3.2.0
5

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