Description
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
[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]
Attachments
Issue Links
- links to