Findbugs does not ship with Maven.

Go to the findbugs plugin page docs, click the downloads link:
http://maven-plugins.sourceforge.net/maven-findbugs-plugin/downloads.html

Click on the release notes of the version you want.  It describes how to
download & install.

A second method, not documented in the findbugs release notes (but you can
do for any plugin that is setup to do so), is to add this to your
project.xml file:

        <dependency>
            <groupId>maven-plugins</groupId>
            <artifactId>maven-findbugs-plugin</artifactId>
            <version>0.9.1</version>
            <type>plugin</type>
        </dependency>

This makes the download automatic for anyone using the project.xml file.


-----Original Message-----
From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 06, 2005 2:56 AM
To: 'Maven Users List'
Subject: [M1] Findbugs plugin problem.

Hallo,

 

Has anybody worked with findbugs plugin. Can we generate reports to show
bugs in our projects. I tried to use the

findbugs plugin in the reports tag, but my build Failed.

 

<report>maven-findbugs-plugin</reports>

 

BUILD FAILED

File...... C:\Dokumente und
Einstellungen\Sreenivas\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly

Element... attainGoal

Line...... 687

Column.... 48

No goal [maven-findbugs-plugin:register]

 

I use maven 1.0.2 and jdk1.4.2.

 

 

With Best regards / Mit freundlichen Grüßen 

Sreenivas Mangasandra,

Intland Software GmbH, Wankel Str. 3,

D-70563 Stuttgart, Germany.

Tel.: +49 711 722 1834

 



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

Reply via email to