dev@glassfish.java.net

Re: findbugs-maven-plugin

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Thu, 05 Feb 2009 00:19:23 -0800

Sahoo wrote:
> Bill,
>
> Is there findbugs-maven-plugin configured in any of the parent POMs?

No.

> Please run "mvn help:effective-pom" in your subproject and let us know
> if that's the case.

I'm not sure exactly what I'm looking for but the only mention of
FindBugs in the effective pom is the same as in the subproject pom:

       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>2.0-SNAPSHOT</version>
         <configuration>
           <threshold>Normal</threshold>
         </configuration>
       </plugin>