|
Re: running findbugs with Maven Antlibs: msg#00027java.findbugs.general
Garvin LeClaire wrote: That may not work as the Findbugs POM does not declare its dependency on the coreplugin while coreplugin shows a dependency on findbugs. This is wrong and should be reversed. It gave me fits when trying to get the minimum dependencies listed in the plugin POM and let the transitive dependency mechanism of Maven do the rest. I see. I think I'll go for a "compromise": <dependencies pathId="findbugs.classpath" useScope="runtime"> <dependency groupId="net.sourceforge.findbugs" artifactId="findbugs" version="1.0.0"/> <dependency groupId="net.sourceforge.findbugs" artifactId="coreplugin" version="1.0.0"/> </dependencies> Fabian On 10/6/06, *Fabian Ritzmann* <ritzmann@xxxxxxxxxxxxxxxxxxxxx <mailto:ritzmann@xxxxxxxxxxxxxxxxxxxxx>> wrote:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: running findbugs with Maven Antlibs, Garvin LeClaire |
|---|---|
| Next by Date: | Re: running findbugs with Maven Antlibs, Garvin LeClaire |
| Previous by Thread: | Re: running findbugs with Maven Antlibs, Garvin LeClaire |
| Next by Thread: | Re: running findbugs with Maven Antlibs, Garvin LeClaire |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |