Apache Maven Checkstyle Plugin Version 3.1.1 Released

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

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