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>
...