Author: medined Date: Mon Mar 5 04:15:02 2012 New Revision: 1296934 URL: http://svn.apache.org/viewvc?rev=1296934&view=rev Log: set a global targetJdk to workaround a bug in the maven pmd plugin per ACCUMULO-443
Modified: incubator/accumulo/trunk/pom.xml Modified: incubator/accumulo/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/pom.xml?rev=1296934&r1=1296933&r2=1296934&view=diff ============================================================================== --- incubator/accumulo/trunk/pom.xml (original) +++ incubator/accumulo/trunk/pom.xml Mon Mar 5 04:15:02 2012 @@ -561,4 +561,9 @@ <system>Apache's JIRA issue tracker</system> <url>https://issues.apache.org/jira/browse/ACCUMULO</url> </issueManagement> + + <properties> + <targetJdk>1.6</targetJdk> + </properties> + </project>