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

18
pom.xml
View File

@ -5,11 +5,11 @@
<artifactId>bunti.server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
<org.springframework.version>3.0.5.RELEASE</org.springframework.version>
</properties>
<repositories>
<repository>
<id>com.springsource.repository.bundles.release</id>
@ -17,7 +17,7 @@
<url>http://repository.springsource.com/maven/bundles/release</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.glassfish</groupId>
@ -57,13 +57,13 @@
<artifactId>spring-core</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${org.springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
@ -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>