Author: bayard
Date: Wed Jul 27 05:07:40 2011
New Revision: 1151332

URL: http://svn.apache.org/viewvc?rev=1151332&view=rev
Log:
Adding PMD plugin, hope that's okay

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=1151332&r1=1151331&r2=1151332&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Wed Jul 27 05:07:40 2011
@@ -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>


Reply via email to