Re: Parent POM and basedir

2007-05-15 Thread Wendy Smoak
On 5/15/07, Chris Helck <[EMAIL PROTECTED]> wrote: Can you explain what you mean? I've already set things up with the extension but I'd rather change it now if that is the right thing to do. How can I make my rules file be a dependency of the PMD plugin? Do I have to recreate my own version of

RE: Parent POM and basedir

2007-05-15 Thread Chris Helck
pher Helck -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, May 14, 2007 7:06 PM To: Maven Users List Subject: RE: Parent POM and basedir >Can PMD find things on the classpath the way Checkstyle can? In that >case, deploy a jar with your rules, and add it as a

RE: Parent POM and basedir

2007-05-14 Thread Brian E. Fox
>Can PMD find things on the classpath the way Checkstyle can? In that >case, deploy a jar with your rules, and add it as a build extension so >it's available on the classpath. Yes it can. Although the preferred method is to make it a dependency of the PMD plugin. Extensions work, but it's precar

Re: Parent POM and basedir

2007-05-10 Thread Wendy Smoak
On 5/10/07, Chris Helck <[EMAIL PROTECTED]> wrote: In my parent POM I'd like to setup the PMD plugin with a set of rules in src/site/pmd.xml. In my parent POM I have: org.apache.maven.plugins maven-pmd-plugin 1.5 true utf-8