Yup, that does the trick. Thanks.

My bad for not checking the plugin page more thoroughly.

Cheers, Eric

On 2/26/2014 3:34 PM, Barrie Treloar wrote:
On 27 February 2014 09:05, Eric Kolotyluk <[email protected]> wrote:
I added the following to my POM

   <reporting>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>2.5.3</version>
         <configuration>
           <effort>Max</effort>
           <threshold>Low</threshold>
         </configuration>
       </plugin>
     </plugins>
   </reporting>

And it works great for my main source, but it does not seem to check my test
source. It seems to me it would be useful to run findbugs on test code too.
Is there some simple way to configure this?
I dont use FindBugs.

But Umm, is this what you want?
http://mojo.codehaus.org/findbugs-maven-plugin/check-mojo.html#includeTests

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to