-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Maven 3.6.3 on Oracle JDK 1.8.0_261
I'm trying to build the plugin project with Maven 3.6.3 and Oracle JDK 1.8, but it fails:
[ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs (findbugs) on project anchore-container-scanner: 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]
[JENKINS-65720] Can't build plugin with Maven 3.6.3 and Java 1.8
Released As | New: https://github.com/jenkinsci/anchore-container-scanner-plugin/blob/anchore-container-scanner-3.2.0/pom.xml | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
I can build if I:
jenkins.version and java.level can most likely be lowered, but I tested something I have in another plugin. But I strongly suggest upgrading to a newer parent. Or adding info about build environment requirements.