Thanks :)

It works well:

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
                <version>1.0-beta-1</version>
            </plugin>
    ...


It's to bad it doesn't seem to support aggregation yet, like the javancss plugin, but that's a general issue for most reporting plugins.

Carlos Sanchez wrote, On 2006-08-28 10:54 PM:
This is the first release of the Maven 2 findbugs plugin, which
generates reports using the Findbugs tool v 1.0.0 from
http://findbugs.sourceforge.net/, a program which looks for bugs in
Java code.

http://mojo.codehaus.org/findbugs-maven-plugin/

Sample report: http://mojo.codehaus.org/findbugs-maven-plugin/findbugs.html


--
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to