Apache Maven Checkstyle Plugin Version 3.2.1 Released

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

The Checkstyle Plugin generates a report regarding the code style used by the developers. For more information about Checkstyle, see https://checkstyle.sourceforge.net/.

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-checkstyle-plugin</artifactId>
4  <version>3.2.1</version>
5</plugin>

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

Release Notes - Apache Maven Checkstyle Plugin - Version 3.2.1

  • Task:

    • [MCHECKSTYLE-423] - Explicitly start and end tables with Doxia Sinks in report renderers

Enjoy,

  • The Apache Maven team