-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: findbugs-plugin
-
None
-
Environment:Platform: All, OS: All
Hudson FindBugs plugin uses %Hudson_work_dir%\plugins\findbugs\WEB-
INF\lib\findbug-1.3.2.jar. When running a build, Hudson automatically adds some
parameters. One of those (optional) parameters is: findbugsXmlWithMessages.
Recently a newer version of FindBugs is released: 1.3.9. This FindBugs version
does not have the option findbugsXmlWithMessages parameter anymore. The Hudson
FindBugs plugin however still uses an older version that does support this
parameter.
Using the Hudson FindBugs plugin now causes the build to fail when executing
the findbugs:findbugs goal.