Author: niallp
Date: Sat Jan 12 17:01:38 2008
New Revision: 611514
URL: http://svn.apache.org/viewvc?rev=611514&view=rev
Log:
remove checkstyle report from m2 pom
Modified:
commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml?rev=611514&r1=611513&r2=611514&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml Sat Jan 12 17:01:38
2008
@@ -246,14 +246,6 @@
</reportSets>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>checkstyle.xml</configLocation>
- <enableRulesSummary>false</enableRulesSummary>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>2.1</version>