You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2011/04/12 21:21:54 UTC

svn commit: r1091552 - /commons/proper/cli/trunk/pom.xml

Author: ebourg
Date: Tue Apr 12 19:21:53 2011
New Revision: 1091552

URL: http://svn.apache.org/viewvc?rev=1091552&view=rev
Log:
Fixed the PMD warnings with the Java 5 source files

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1091552&r1=1091551&r2=1091552&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Tue Apr 12 19:21:53 2011
@@ -248,6 +248,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
+          <configuration>
+            <targetJdk>${maven.compile.source}</targetJdk>
+          </configuration>
         </plugin>
       </plugins>
   </reporting>