Update checkstyle plugin

This commit is contained in:
jendave
2012-03-13 17:09:44 +00:00
parent e7b615c758
commit bea43efe08

15
pom.xml
View File

@@ -457,12 +457,13 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.7</version>
<version>2.9.1</version>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -533,13 +534,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.7</version>
<version>2.9.1</version>
<reportSets>
<reportSet>
<reports>
<report>checkstyle</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<configLocation>${basedir}/src/main/config/forge_checks.xml</configLocation>
<propertyExpansion>
cacheFile=${project.build.directory}/checkstyle-cachefile
</propertyExpansion>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
</configuration>
</plugin>