Author: niallp
Date: Tue Mar 23 21:15:14 2010
New Revision: 926785
URL: http://svn.apache.org/viewvc?rev=926785&view=rev
Log:
Add in PMD report
Added:
commons/sandbox/test-maven/single-module/trunk/checkstyle.xml
- copied unchanged from r925935, commons/proper/math/trunk/checkstyle.xml
commons/sandbox/test-maven/single-module/trunk/license-header.txt
- copied unchanged from r925935,
commons/proper/math/trunk/license-header.txt
Modified:
commons/sandbox/test-maven/single-module/trunk/pom.xml
Modified: commons/sandbox/test-maven/single-module/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/test-maven/single-module/trunk/pom.xml?rev=926785&r1=926784&r2=926785&view=diff
==============================================================================
--- commons/sandbox/test-maven/single-module/trunk/pom.xml (original)
+++ commons/sandbox/test-maven/single-module/trunk/pom.xml Tue Mar 23 21:15:14
2010
@@ -75,4 +75,21 @@
</plugins>
</build>
+ <reporting>
+ <plugins>
+ <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>
+ </plugins>
+ </reporting>
+
</project>