You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mf...@apache.org on 2015/01/12 17:02:42 UTC

svn commit: r1651126 - /maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/usingRuleSets.apt.vm

Author: mfriedenhagen
Date: Mon Jan 12 16:02:41 2015
New Revision: 1651126

URL: http://svn.apache.org/r1651126
Log:
MPMD-191: Remove hint for javascript dependency from documentation of rulesets as well.

Java, Javascript and JSP are supported out-of-the-box without defining further dependencies.

Modified:
    maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/usingRuleSets.apt.vm

Modified: maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/usingRuleSets.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/usingRuleSets.apt.vm?rev=1651126&r1=1651125&r2=1651126&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/usingRuleSets.apt.vm (original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/usingRuleSets.apt.vm Mon Jan 12 16:02:41 2015
@@ -43,9 +43,6 @@ Using Rule Sets
  <<</rulesets/xyz.xml>>> to <<</rulesets/java/xyz.xml>>>. So when upgrading to
  Maven PMD Plugin 3.0 you may need to alter your plugin configuration.
 
- <<Note:>> Starting with PMD 5.2.0 and Maven PMD Plugin 3.3 you need to include a dependency for javascript
- in the report section, see {{{./javascriptReport.html}Analyzing JavaScript Code}}.
-
 +-----+
 <project>
   ...