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

The Checkstyle Plugin generates a report regarding the code style used
by the developers

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

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-checkstyle-plugin/download.cgi

Release Notes - Maven Checkstyle Plugin - Version 3.1.2

** Bug
    * [MCHECKSTYLE-392] - Update and backfill release notes

** Improvement
    * [MCHECKSTYLE-385] - Violation should be a value class

** Task
    * [MCHECKSTYLE-358] - Links to mailing lists in README are dead
    * [MCHECKSTYLE-387] - Deprecate method setUpCheckstyleClassloader in 3.1.2
    * [MCHECKSTYLE-400] - Remove travis.org ci

Enjoy,

-The Apache Maven team

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

Reply via email to