The Apache Maven team is pleased to announce the release of the Maven
Checkstyle Plugin, version 3.2.2.
https://maven.apache.org/plugins/maven-checkstyle-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>>maven-checkstyle-plugin</artifactId>
<version>3.2.2</version>
</plugin>
Release Notes - Maven Checkstyle Plugin - Version 3.2.2
** Bug
* [MCHECKSTYLE-432] - Inline configuration does not work when
creating site reports with multiple locales
** Improvement
* [MCHECKSTYLE-426] - Don't use Sink#figure()/Sink#figureCaption()
since it distorts the output
** Dependency upgrade
* [MCHECKSTYLE-427] - Upgrade m-invoker-plugin to 3.5.0
Enjoy,
-The Apache Maven team