From: Michael M. <mic...@ve...> - 2004-05-03 07:18:57
|
> > project.xml I put: > > > > <report>maven-findbugs-plugin</report> > > > > and then I downloaded the plugin and put it in my maven/plugins > directory. > > I even deleted my home/.maven directory. When I do a "maven -g" I don't > > see the findbugs plugin listed. When I run my build, I get this: > > > > maven maven-findbugs-plugin:report > > > why not run the findbugs plugin as like all other plugins > > maven findbugs:report > > The maven- and -plugin are only for the actual file, not what you type in. This, and the fact that I had "coreplugin" in my maven/plugins instead of the maven plugin jar (the names are confusing).. it's now working. Thanks! michael -- This E-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return E-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. |