And to give a little more inside info. If maven cannot find a prefix, it will automagically assume groupId "org.apache.maven.plugins" and artifactId "maven-$prefix-plugin", so that is where the message came from.
With regards, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl -----Original Message----- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Wed 7/9/2008 16:53 To: Maven Users List Subject: Re: findbugs and maven2 > What is the command you gave maven? Did you try running mvn findbugs:goalname > or mvn site? mvn findbugs:findbugs (from http://mojo.codehaus.org/findbugs-maven-plugin/plugin-info.html) In the reporting section comes all plugins for site generation. If you try to run findbugs directly, maybe you should add a build/plugins/plugin element for findbugs. BTW, it works with mvn site ;-( I add the revelant section for plugin in build section in parent POM and now I could do mvn findbugs:findbugs . Thanks for the clue --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
