Re: Maven PMD plugin configuration

2007-03-12 Thread Wayne Fay
I did have to figure out that the tag is invalid when used in the reporting/plugins/plugin section. I had to refer to it in the build section. Ah yes, sorry about that, you're right. I just edited the pom configuration in your email directly without actually testing it. Wayne

Re: Maven PMD plugin configuration

2007-03-11 Thread Leslie Bertels
100 1.5 src/main/pmd/projectrules.xml "Wayne Fay" <[EMAIL PROTECTED]> 09/03/2007 16:04 Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Maven PMD plugin

Re: Maven PMD plugin configuration

2007-03-09 Thread Wayne Fay
Plugin nodes can take dependencies directly. Try this instead: org.apache.maven.plugins maven-pmd-plugin utf-8

Maven PMD plugin configuration

2007-03-09 Thread Leslie Bertels
Hi, I've been using Maven2 for a couple of weeks now and I'm trying to integrate PMD with Maven2. I've managed to change my pom.xml by adding the pmd plugin and run the mvn pmd:pmd succesfully. The following step is to use my own ruleset and classes it depends upon. I created a jar file containin