Author: bayard Date: Tue Jun 23 04:55:46 2009 New Revision: 787543 URL: http://svn.apache.org/viewvc?rev=787543&view=rev Log: Improving pom by making targetJdk for PMD use the variable. Thanks for the suggesiton Sebb
Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=787543&r1=787542&r2=787543&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Tue Jun 23 04:55:46 2009 @@ -485,7 +485,7 @@ <artifactId>maven-pmd-plugin</artifactId> <version>2.3</version> <configuration> - <targetJdk>1.5</targetJdk> + <targetJdk>${maven.compile.target}</targetJdk> </configuration> <reportSets> <reportSet>