PMD plugin dependency on pmd Jar is out of date
Amir Eliaz wrote:
> So the problem really is a wrong dependency in
maven-pmd-plugin-2.3.pom,
> which is the latest for this plugin.
The dependency in general is not wrong, it's just inappropriate for
users
that would like to use newer
4.2.1
...
i.e. overwrite the plugin class path with the PMD version your require. Note
that this must be done using , there is no element
under .
Benjamin
--
View this message in context:
http://www.nabble.com/Maven-PMD-plugin-dependency-on-pmd-Jar-is-out-of-date-tp16746339s177p16764207.htm
Hi
Can you please file this in JIRA [1], otherwise it might get lost in the
traffic. Please include a sample project (if you can) and the complete
output log that you get.
Note that maven-pmd-plugin requires a pmd jar file that can be used with
Java 1.4, hence the "jdk14" classifier.
[1] h
Hello,
Looking in
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/2.3/maven-pmd-plugin-2.3.pom
I found out it depends on pmd-jdk14-4.1.1.jar
Now, this Jar does not contain net.sourceforge.pmd.rules
.basic.AvoidMultipleUnaryOperators
but the plugin implementation is lookin