Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

mvn clean verify ends in build failure / findbugs #26

Open
hardik92 opened this issue Feb 23, 2021 · 0 comments
Open

mvn clean verify ends in build failure / findbugs #26

hardik92 opened this issue Feb 23, 2021 · 0 comments

Comments

@hardik92
Copy link

hardik92 commented Feb 23, 2021

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

@nenaraab nenaraab changed the title KI: mvn clean verify ends in build failure mvn clean verify ends in build failure / findbugs Feb 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants