Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Dogaru committed Nov 5, 2011
1 parent 5d07e36 commit 69126c0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,18 @@ http://maven.apache.org/maven-v4_0_0.xsd">
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>maven</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.8</version>
<dependencies>
<dependency>
<groupId>net.teamsparq</groupId>
<artifactId>build-tools</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<version>3.0.1</version>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>maven</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.8</version>
<version>3.0.1</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 69126c0

Please sign in to comment.