-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: findbugs-plugin
-
None
-
Environment:Platform: All, OS: All
I have a Maven project that builds fine from the command-line, but fails when
run through Hudson with the following error:
[INFO] Failed to configure plugin parameters for:
org.codehaus.mojo:findbugs-maven-plugin:2.2-SNAPSHOT
Cause: Cannot find setter nor field in org.codehaus.mojo.findbugs.FindBugsMojo
for 'findbugsXmlOutput'
I am not setting 'findbugsXmlOutput' in my configuration, so it looks like the
Hudson Findbugs plugin is doing this itself. Unfortunately, this configuration
setting is not supported in the latest Maven Findbugs plugin (2.2-SNAPSHOT); it
has been replaced with 'xmlOutput'.
FYI, we've needed to move to Maven Findbugs 2.2-SNAPSHOT in order to use the new
memory configuration settings, without which the VM runs out of memory during
the analysis - due to this, this is issue is a Findbugs show-stopper for us.