> Am I correct based on the above version No. which look like different? if
> not, could you pls tell me how to rectify? thanks!

http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/2.5/maven-pmd-plugin-2.5.pom
tells us that m-pmd-p version 2.5 uses
<dependency>
  <groupId>pmd</groupId>
  <artifactId>pmd-jdk14</artifactId>
  <version>4.2.5</version>
</dependency>

and
http://repo1.maven.org/maven2/org/codehaus/mojo/findbugs-maven-plugin/2.3.1/findbugs-maven-plugin-2.3.1.pom
tells us that findbugs-m-p version 2.3.1 uses
<dependency>
  <groupId>com.google.code.findbugs</groupId>
  <artifactId>findbugs-ant</artifactId>
  <version>1.3.9</version>
</dependency>

As for how to guarantee you are running the same rulesets and versions
etc, I have absolutely no idea. Perhaps the findbugs and pmd user
lists would be more useful for such a specific line of questioning...

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to