You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/07/05 22:16:54 UTC

svn commit: r1500118 - /mahout/trunk/pom.xml

Author: sslavic
Date: Fri Jul  5 20:16:53 2013
New Revision: 1500118

URL: http://svn.apache.org/r1500118
Log:
Added a comment about maven-pmd-plugin targetJdk property being explicitly set until MPMD-170 is resolved

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1500118&r1=1500117&r2=1500118&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Jul  5 20:16:53 2013
@@ -618,6 +618,7 @@
               <!-- classpath -->
               <ruleset>../buildtools/src/main/resources/mahout-pmd-ruleset.xml</ruleset>
             </rulesets>
+            <!-- targetJdk is explicitly set until MPMD-170 is resolved -->
             <targetJdk>${maven.compiler.target}</targetJdk>
             <linkXRef>false</linkXRef>
             <includeTests>true</includeTests>