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

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

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

1
2
3
4
5

  org.apache.maven.plugins
  maven-checkstyle-plugin
  3.1.1

Release Notes – Apache Maven Checkstyle Plugin – Version 3.1.1

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

https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi

  • Bugs:

    • MCHECKSTYLE-380 – Issue tracking page for maven-checkstyle-plugin is not available
    • MCHECKSTYLE-384 – Incompatibility to Checkstyle version >= 8.24 – Upgrade to 8.28
  • New Feature:

  • Improvements:

  • Task:

  • Dependency upgrades:

    • MCHECKSTYLE-388 – Update internal dependencies with low impact
    • MCHECKSTYLE-389 – MCHECKSTYLE-365 introduces regression with ‘rules’ aggregate count section on report

Enjoy,

-The Maven team