The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.3.1.

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.3.1</version>
</plugin>


Release Notes - Maven Checkstyle Plugin - Version 3.3.1

** Bug
    * [MCHECKSTYLE-403] - Goal checkstyle:checkstyle ignores testResources

** Improvement
* [MCHECKSTYLE-412] - Add option to exclude generated sources/test-sources from default source/test-source directories

** Task
    * [MCHECKSTYLE-438] - Update and backfill release notes

** Dependency upgrade
    * [MCHECKSTYLE-439] - Upgrade to Parent 40


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to