Andrew Purtell created HBASE-21696:
--------------------------------------
Summary: Upgrade findbugs maven plugin to 3.0.4
Key: HBASE-21696
URL: https://issues.apache.org/jira/browse/HBASE-21696
Project: HBase
Issue Type: Task
Reporter: Andrew Purtell
Fix For: 1.5.0, 1.4.10, 1.3.4, 1.2.11
Depending on Maven version the Findbugs plugin version 3.0.0 can produce this:
{noformat}
[ERROR] Failed to execute goal
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default) on project
hbase: Unable to parse configuration of mojo
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value
'${plugin.artifacts}' of type
java.util.Collections.UnmodifiableRandomAccessList to property of type
java.util.ArrayList -> [Help 1]
{noformat}
Fix is to upgrade the plugin from 3.0.0 to 3.0.4.
This looks like an issue mainly with the branch-1s.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)