I have created an issue for this: http://jira.codehaus.org/browse/MPMD-22
Regards, Subhash. On 3/19/06, Subhash Chandran <[EMAIL PROTECTED]> wrote: > > Thanks Wayne for the advice. I will try this out and let u know. > > One of the other round-abouts I tried: I tried to write a plugin extending > maven-pmd-plugin, having our PMD extension as a dependency. But this threw > some odd exception (i don't have trace as I am writing this from home). > Maintaining this instead of a fork would have been easier. But for the time > being I will decide to go about maintaining a fork. > > Thanks once again. > Regards, > Subhash. > > > On 3/19/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > > > Oh I didn't understand the question the first time! Went back and now > > I understand better... Ignore my first response completely. ;-) > > > > I would just add the jar file as follows: > > <plugin> > > maven-pmd-plugin > > etc > > <dependencies> > > <dependency> > > your jar here > > </dep> > > </deps> > > </plugin> > > > > However... I think right now, the maven-pmd-plugin does not support > > custom rulesets, so either way you're going to need to run an > > internal/private version for a while until the next release is pushed > > out that supports custom XML rulesets. > > > > Wayne > > > > > >
