On 27 February 2014 09:05, Eric Kolotyluk <eric.koloty...@gmail.com> 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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to