Adding PMD plugin, hope that's okay

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1151332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-07-27 05:07:40 +00:00
parent 78abc7984d
commit 86835c1471
1 changed files with 15 additions and 0 deletions

15
pom.xml
View File

@ -374,6 +374,21 @@
<minSeverity>${minSeverity}</minSeverity>
</configuration>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.3</version>
<configuration>
<targetJdk>${maven.compile.target}</targetJdk>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>pmd</report>
<report>cpd</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>