Findbugs plugin upgrade to findbugs 1.2.0
-----------------------------------------
Key: MOJO-707
URL: http://jira.codehaus.org/browse/MOJO-707
Project: Mojo
Issue Type: Improvement
Components: findbugs
Reporter: Henri Tremblay
Attachments: patch.txt
I was needing to have findbugs running with maven. I had mostly three issues:
# The plugin was giving an error when there's no source in a project
# It wasn't resolving the compile classpath element so wasn't working due to
multiple classes not found
# Findbugs was crashing in some cases during introspection
I've decided to upgrade it to findbugs 1.2.0-rc2 which is the latest one. This
solve the last point and partly the second one (by using FindBugs2). I think
adding @requiresDependencyResolution finished the second point and checking for
the source directory nailed the first one.
In any case, this new plugin is running smoothly on my platform so I think
providing the patch to you might not be worthless.
The patch is a classic svn diff. On top of that, I've added some new jars to my
repository because findbugs needs them:
* net.sourceforge.findbugs:bcel:5.2, taking the bcel jar in the findbugs
packaging lib directory.
* net.sourceforge.findbugs:coreplugin:1.2.0-rc2, still from the same lib dir
* net.sourceforge.findbugs:findbugs:1.2.0-rc2, again from lib
I can provide the poms if needed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email