Configure the JDK level for the PMD plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-10-14 18:28:35 +00:00
parent 024a9c774a
commit 68241b0231
1 changed files with 3 additions and 0 deletions

View File

@ -727,6 +727,9 @@
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<!-- TODO: choose appropriate rulesets -->
<configuration>
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
</plugins>
</reporting>