Skip to content

Commit

Permalink
Use default checkstyle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jan 25, 2012
1 parent e037821 commit 916f1e7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Expand Up @@ -123,18 +123,9 @@

<reporting>
<plugins>

<!-- Override default suppressions.. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>http://svn.mnode.org/tools/checkstyle/mnode_checks.xml</configLocation>
<suppressionsLocation>etc/checkstyle-suppressions.xml</suppressionsLocation>
<suppressionsFileExpression>suppressions.file.mnode</suppressionsFileExpression>
<propertyExpansion>checkstyle.suppressions.file=etc/checkstyle-suppressions.xml</propertyExpansion>
<propertyExpansion>checkstyle.suppressions.file=etc/checkstyle-suppressions.xml</propertyExpansion>
</configuration>
</plugin>
</plugins>
</reporting>
Expand All @@ -143,4 +134,4 @@
<groovy.version>1.7.10</groovy.version>
<spock.version>0.5-groovy-1.7</spock.version>
</properties>
</project>
</project>

0 comments on commit 916f1e7

Please sign in to comment.