Add checkstyle to pom.xml
This commit is contained in:
parent
27741a5330
commit
542a91f3d5
8
pom.xml
8
pom.xml
|
@ -81,7 +81,13 @@
|
||||||
<source>1.6</source>
|
<source>1.6</source>
|
||||||
<target>1.6</target>
|
<target>1.6</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin><!--
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
|
<version>2.9.1</version>
|
||||||
|
</plugin>
|
||||||
|
<!--
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.glassfish.maven.plugin</groupId>
|
<groupId>org.glassfish.maven.plugin</groupId>
|
||||||
<artifactId>maven-glassfish-plugin</artifactId>
|
<artifactId>maven-glassfish-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue