You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Michael Osipov <mi...@apache.org> on 2022/08/23 19:31:53 UTC

[ANN] Maven Checkstyle Plugin 3.2.0 released

The Apache Maven team is pleased to announce the release of the Maven 
Checkstyle Plugin, version 3.2.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.2.0</version>
</plugin>


Release Notes - Maven Checkstyle Plugin - Version 3.2.0

** Bug
     * [MCHECKSTYLE-99] - <includeTestSourceDirectory> should use 
default test sources xref output dir: 
${project.reporting.outputDirectory}/xref-test
     * [MCHECKSTYLE-401] - NullPointerException in Violation class
     * [MCHECKSTYLE-409] - OutOfMemory issue in multi-module project
     * [MCHECKSTYLE-414] - documentation: property expansion example 
does not parse

** Task
     * [MCHECKSTYLE-418] - Deprecate RSS feature and disable by default

** Dependency upgrade
     * [MCHECKSTYLE-393] - upgrade Doxia Sitetools to 1.9.2 to remove 
dependency on Struts
     * [MCHECKSTYLE-399] - Upgrade Checkstyle to 8.41.1
     * [MCHECKSTYLE-402] - Require Maven 3.1.1 (drop dependency to Maven 
3.0)
     * [MCHECKSTYLE-406] - Make plugin compatible with Checkstyle 8.44 
(Upgraded to 9.1)
     * [MCHECKSTYLE-410] - Require Maven 3.2.5+
     * [MCHECKSTYLE-417] - Upgrade Maven Reporting API to 3.1.1/Maven 
Reporting Impl to 3.2.0
     * [MCHECKSTYLE-419] - Upgrade Parent to 37 and cleanup

Compatibility Notice: For technical reasons the parameter 'encoding' has 
been replaced with 'inputEncoding'. For details please see 
MCHECKSTYLE-417/627fa4f684866a579f2c105fcc1dbf3ed776daa8.

Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org