Apache Maven CheckStyle Plugin Version 2.15 Released

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

Generates a report on violations of code style and optionally fails the build if violations are detected.

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>2.15</version>
5</plugin>

Release Notes - Apache Maven Checkstyle Plugin - Version 2.15

Bugs:

  • MCHECKSTYLE-288 NullPointerException during building a multi-module project
  • MCHECKSTYLE-250 NPE on tying to load LICENSE.txt resource from non-jar plugin dependencies

Improvements:

Tasks:

Enjoy,

-The Maven team