Hi Brett,

Ok I got it working now. The problem was that in my project.properties file
I had:

maven.pmd.rulesetfiles=${plugin.resources}/rulesets/basic.xml,${plugin.resou
rces}/rulesets/unusedcode.xml,etc...

instead it should have read:

maven.pmd.rulesetfiles=rulesets/basic.xml,rulesets/unusedcode.xml,etc...


Thanks for your help.


Marco



-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: July 15, 2004 8:47 PM
To: Maven Users List
Subject: Re: PMD plugin version 1.5


they are no longer needed as they exist inside pmd-1.3.jar

On Thu, 15 Jul 2004 13:39:43 -0400, Marco Di Cesare
<[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> Not sure if this has been mentioned before but it seems that the
> maven-pmd-plugin-1.5.jar that ships with the latest Maven 1.0 distribution
> is missing some necessary files. Specifically the
> plugin-resources\rulesets\*.xml are missing.
> 
> Has something changed (i.e. these files are no longer needed in version
> 1.5)? Or is the version 1.5 jar of the pmd plugin that ships with Maven
1.0
> invalid?
> 
> Thanks
> 
> Marco
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to