I'm using findbugs plugin rather successfully myself:
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
</plugin>
What specifically is your problem? Perhaps paste the stack trace from the error?
Wayne
On 5/10/06, Leo L <[EMAIL PROTECTED]> wrote:
I still have a problem with findbugs plugin
I visited the mojo´s site e followed the instructions like
http://mojo.codehaus.org/findbugs-maven-plugin/howto.html and still get
NullPointerException.
It seems that is not a real maven´s 2 plugin...
Anyone tried findbugs for maven2 ????
Any clue?
Leo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]