Default value for the target jdk was set correctly

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-02-04 00:01:46 +00:00
parent 6e8d7ca48d
commit 9d730f9fbc
2 changed files with 5 additions and 3 deletions

View File

@@ -51,4 +51,4 @@ maven.pmd.failonerror = false
maven.pmd.failonruleviolation = false
# JDK target
maven.pmd.targetjdk = ${maven.compile.source}
maven.pmd.targetjdk=${maven.compile.source}