You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2019/05/07 01:40:00 UTC

[jira] [Updated] (ORC-497) Build failure with Maven 3.6.X

     [ https://issues.apache.org/jira/browse/ORC-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated ORC-497:
------------------------------
    Fix Version/s: 1.4.5

> 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
>            Priority: Major
>             Fix For: 1.5.6, 1.6.0, 1.4.5
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)