Perhaps need to use assembly plugin to unzip the the Jar and then let PMD run on the classes directly?
(Personally, I think you should Maven2-ize the other project, and run PMD directly on it, instead of doing this convoluted thing...) Wayne On 3/18/06, Subhash Chandran <[EMAIL PROTECTED]> wrote: > We have custom rulesets written in our company. The HOWTO in the plugin page > says how to specify the rulesets in the pom.xml: > > http://maven.apache.org/plugins/maven-pmd-plugin/howto.html > > But our ruleset XML files refer to custom written classes, which are > packaged in a separate Jar. How to specify this Jar in the classpath while > running PMD plugin? > > -- > Regards, > Subhash Chandran S > > Cross platform OpenSource Java based file encryption software: > http://www.WizTools.org/project/WizCrypt/ > >
