]> source.dussan.org Git - archiva.git/commitdiff
Configure the JDK level for the PMD plugin.
authorWendy Smoak <wsmoak@apache.org>
Sun, 14 Oct 2007 18:28:35 +0000 (18:28 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 14 Oct 2007 18:28:35 +0000 (18:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584573 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index d3df7b667f61b3391f951367f79d058ebcfc793f..5ca48be755ebef8286436042dd4210934301e872 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <!-- TODO: choose appropriate rulesets -->
+        <configuration>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>