Hi,

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"

However, the command mvn findbugs:findbugs works as expected.

I need to fail the build on findbugs errors but findbugs:check does not
work.

my configuration:
<build>
 <pluginManagement>

...

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>findbugs-maven-plugin</artifactId>
  <version>1.2</version>
  <configuration>
  <xmlOutput>true</xmlOutput>
  <xmlOutputDirectory>I:\build</xmlOutputDirectory>
  <threshold>Low</threshold>
  <effort>Default</effort>
  <debug>false</debug>
  </configuration>
</plugin>

...

any idea?

thanks
Dekel
-- 
View this message in context: 
http://www.nabble.com/Failed-to-execute-mvn-findbugs%3Acheck-tp22522757p22522757.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to