On Sun, Mar 15, 2009 at 5:39 AM, dekely <[email protected]> wrote: > When I execute mvn findbugs:check I get the following error: > "Required goal not found: findbugs:check in > org.codehaus.mojo:findbugs-maven-plugin:1.2"
The docs for the 'check' goal say "since 2.0", so it isn't available in the version 1.2 that you're using. http://mojo.codehaus.org/findbugs-maven-plugin/check-mojo.html If you can't wait for a release, you can build the plugin from source yourself and use the snapshot version. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
