You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ws...@apache.org on 2007/10/14 20:28:39 UTC

svn commit: r584573 - /maven/archiva/trunk/pom.xml

Author: wsmoak
Date: Sun Oct 14 11:28:35 2007
New Revision: 584573

URL: http://svn.apache.org/viewvc?rev=584573&view=rev
Log:
Configure the JDK level for the PMD plugin.

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=584573&r1=584572&r2=584573&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Sun Oct 14 11:28:35 2007
@@ -727,6 +727,9 @@
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <!-- TODO: choose appropriate rulesets -->
+        <configuration>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>