------ Maven 2 Checkstyle Plugin ------ Maven 2 Checkstyle Plugin Checkstyle plugin generates report regarding the code style of the developer. *How to Generate Checkstyle Report In your project pom.xml, add the checkstyle plugin in section. ------------------- ... org.apache.maven.plugins maven-checkstyle-plugin ... ------------------- Execute the site plugin to generate the report distribution. ------------------- mvn site -------------------