From: Andy J. <and...@us...> - 2004-04-30 21:03:04
|
On Friday 30 Apr 2004 15:15, Michael Mattox wrote: > I'm trying to install the findbugs plugin and can't get it to work. In my > 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. HTH -- Andy |