Hallo,

Well I downloaded the findbugs plugin and it is stored in the maven's plugin
directory ("C:\maven1.0.2\plugins\maven-findbugs-plugin-0.9.1.jar").

When I include it in the project.properties file as shown below, 

#findbugs plugin.
maven.findbugs.enable = true

# Detail information to be shown or not.
maven.findbugs.detail = true


I should get some result like- 
http://maven-plugins.sourceforge.net/maven-findbugs-plugin/sample-findbugs-r
eport.html

** But I don’t see any result of findbugs though I deliberately have some

   syntax errors in my project code. Could anyone explain or has anybody 
   faced the same problem.   

What I use is:

Maven: version 1.0.2
JDK  : 1.4.2_8
O.S  : Windows XP


Sreenivas.


-----Ursprüngliche Nachricht-----
Von: Jamie Bisotti [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 6. Juli 2005 15:05
An: Maven Users List
Betreff: Re: [M1] Findbugs plugin problem.

The FindBugs plugin is not part of the 1.0.2 distribution; you have to
install it separately.  Did you do that?  If not, do the following:

maven plugin:download

When prompted for the 'artifactId', enter "maven-findbugs-plugin"
When prompted for the 'groupId', enter "maven-plugins"
When prompted for the 'version', enter "0.9.1"


On 7/6/05, Sreenivas Mangasandra <[EMAIL PROTECTED]> wrote:
> 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
> 
> 
> 
> 
> 


-- 
Jamie Bisotti
Software Engineer
Lexmark International, Inc.

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



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

Reply via email to