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 the plugin?
You can nest <dependencies><dependency> inside the <plugin> element. Here's the model for the pom: http://maven.apache.org/ref/2.0.4/maven-model/maven.html Brian is correct that this is preferred over a build extension. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
