Sandeep More created ORC-497:
--------------------------------
Summary: Build failure with Maven 3.6.X
Key: ORC-497
URL: https://issues.apache.org/jira/browse/ORC-497
Project: ORC
Issue Type: Bug
Components: build
Reporter: Sandeep More
Assignee: Sandeep More
Fix For: 1.5.6
While building the java side, with -Panalyze option, ORC build fails, this is
because 'findbugs-maven-plugin' version 3.0.3 is not compatible with maven
3.6.X. I am get the following error
{code:java}
[INFO] Reactor Summary for Apache ORC 1.6.0-SNAPSHOT:
[INFO]
[INFO] Apache ORC ......................................... FAILURE [ 1.497 s]
[INFO] ORC Shims .......................................... SKIPPED
[INFO] ORC Core ........................................... SKIPPED
[INFO] ORC MapReduce ...................................... SKIPPED
[INFO] ORC Tools .......................................... SKIPPED
[INFO] ORC Examples ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.665 s
[INFO] Finished at: 2019-04-29T12:29:39-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs (findbugs) on project
orc: Unable to parse configuration of mojo
org.codehaus.mojo:findbugs-maven-plugin:3.0.3: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]
[ERROR]
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)