diff options
author | Wendy Smoak <wsmoak@apache.org> | 2007-10-14 18:28:35 +0000 |
---|---|---|
committer | Wendy Smoak <wsmoak@apache.org> | 2007-10-14 18:28:35 +0000 |
commit | 68241b0231df57f8dc44fc3a4b34fdc5137ac880 (patch) | |
tree | e83be0072279bf7bdfaa05597e42b4a9db35329a /pom.xml | |
parent | 024a9c774ae3a360c6da39d99697dcc42f0b5a9f (diff) | |
download | archiva-68241b0231df57f8dc44fc3a4b34fdc5137ac880.tar.gz archiva-68241b0231df57f8dc44fc3a4b34fdc5137ac880.zip |
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -727,6 +727,9 @@ <plugin> <artifactId>maven-pmd-plugin</artifactId> <!-- TODO: choose appropriate rulesets --> + <configuration> + <targetJdk>1.5</targetJdk> + </configuration> </plugin> </plugins> </reporting> |