You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/11/26 03:52:04 UTC

svn commit: r884378 - /commons/proper/commons-sandbox-parent/trunk/pom.xml

Author: niallp
Date: Thu Nov 26 02:52:04 2009
New Revision: 884378

URL: http://svn.apache.org/viewvc?rev=884378&view=rev
Log:
Specify the target JDK version on the PMD report

Modified:
    commons/proper/commons-sandbox-parent/trunk/pom.xml

Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?rev=884378&r1=884377&r2=884378&view=diff
==============================================================================
--- commons/proper/commons-sandbox-parent/trunk/pom.xml (original)
+++ commons/proper/commons-sandbox-parent/trunk/pom.xml Thu Nov 26 02:52:04 2009
@@ -46,7 +46,10 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
+        <configuration>
+           <targetJdk>${maven.compile.target}</targetJdk>
+        </configuration> 
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>