The Apache Maven team is pleased to announce the release of the Maven
Checkstyle Plugin, version 3.5.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.5.0</version>
</plugin>
Release Notes - Maven Checkstyle Plugin - Version 3.5.0
** Bug
* [MCHECKSTYLE-429] - Deprecation warning
** Improvement
* [MCHECKSTYLE-411] - There should be info on skipped checkstyle
check in maven build log
* [MCHECKSTYLE-446] - Dynamically calculate
xrefLocation/xrefTestLocation
** Dependency upgrade
* [MCHECKSTYLE-445] - Upgrade to Doxia 2.0.0 Milestone Stack
* [MCHECKSTYLE-451] - Upgrade to Parent 43
NOTE: Read the details on this release here:
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
Enjoy,
-The Apache Maven team