Author: psteitz Date: Tue Mar 23 23:13:30 2010 New Revision: 926842 URL: http://svn.apache.org/viewvc?rev=926842&view=rev Log: Dropped pmd report (plugin incompatibility problems)
Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=926842&r1=926841&r2=926842&view=diff ============================================================================== --- commons/proper/math/trunk/pom.xml (original) +++ commons/proper/math/trunk/pom.xml Tue Mar 23 23:13:30 2010 @@ -340,18 +340,6 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <version>2.4</version> - <configuration> - <rulesets> - <ruleset>checkstyle.xml</ruleset> - </rulesets> - <linkXref>true</linkXref> - <targetJdk>1.5</targetJdk> - </configuration> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.2.2</version>