This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Description
Issue occurs in Exercise 6 Step 3. When we perform 'mvn clean verify', it ends up in Build Failure with error as follows:
Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.2: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]
Solution:
update version in pom.xml for plugin articatId 'org.codehaus.mojo' to 3.0.4 and it gets resolved.
Reference:
https://stackoverflow.com/questions/53676071/maven-clean-command-java-util-collections-unmodifiablerandomaccesslist-to-prope/55834783