The Apache Maven team is pleased to announce the release of the Maven
Checkstyle Plugin, version 3.4.0.
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.4.0</version>
</plugin>
Release Notes - Maven Checkstyle Plugin - Version 3.4.0
** Bug
* [MCHECKSTYLE-450] - Checkstyle rule link format results in 404
** New Feature
* [MCHECKSTYLE-449] - Add support for SARIF output format
** Dependency upgrade
* [MCHECKSTYLE-443] - Upgrade to Parent 41
* [MCHECKSTYLE-447] - Upgrade org.codehaus.plexus:plexus-resources
to 1.3.0
* [MCHECKSTYLE-448] - Upgrade to Parent 42 and Maven 3.6.3
Enjoy,
-The Apache Maven team