Hi, The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.5
http://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>2.5</version> </plugin> Release Notes - Maven 2.x Checkstyle Plugin - Version 2.5 ** Bug * [MCHECKSTYLE-123] - remove use of Serviceable (to be compatible wih maven 3.x) Have Fun, -- The Maven team
