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
http://checkstyle.sourceforge.net/.
You should specify the version in your project’s plugin configuration:
1 2 3 4 5 |
|
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:
- MCHECKSTYLE-371 – Add logViolationCountToConsole property
-
Improvements:
- MCHECKSTYLE-381 – Remove usage of deprecated class loading functionality from checkstyle
- MCHECKSTYLE-390 – Upgrade to checkstyle 8.29
-
Task:
- MCHECKSTYLE-391 – Update parent to 34
-
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