[ https://issues.apache.org/jira/browse/HBASE-21696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Purtell updated HBASE-21696: ----------------------------------- Description: Depending on Maven version the Findbugs plugin version 3.0.0 can produce this: [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] Fix is to upgrade the plugin from 3.0.0 to 3.0.4. This looks like an issue mainly with the branch-1s. was: 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. > 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 > Priority: Major > 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: > [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] > 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)