You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
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.
Issue occurs in Exercise 6 Step 3. When we perform 'mvn clean verify', it ends up in Build Failure with error as follows:
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
The text was updated successfully, but these errors were encountered: