Add checkstyle to pom.xml

This commit is contained in:
Juergen Jung 2012-03-04 12:07:18 +01:00
parent 27741a5330
commit 542a91f3d5
1 changed files with 12 additions and 6 deletions

View File

@ -81,7 +81,13 @@
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin><!--
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>
</plugin>
<!--
<plugin>
<groupId>org.glassfish.maven.plugin</groupId>
<artifactId>maven-glassfish-plugin</artifactId>