|
Re: running findbugs with Maven Antlibs: msg#00025java.findbugs.general
Garvin LeClaire wrote: Yes there is a POM issue in the repository. If you add the following you should be fine. Even better, I just replaced the entire mess by this: <dependencies pathId="findbugs.classpath" useScope="runtime"> <dependency groupId="net.sourceforge.findbugs" artifactId="findbugs" version="1.0.0"/> </dependencies> Thanks, Maven works so much better when your POM has the right dependencies. :-) Once again this is all working in the FingBugs Maven plugin at http://mojo.codehaus.org I had already wondered how it could have worked with that dependency mess. I'm using the Maven Antlib, i.e. the build scripts are all Ant and it uses the Maven repository to download external libraries on demand. Fabian
|
|
| <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 |