mqlight / java-mqlight

This Java package provides the high-level API by which you can interact with the MQ Light runtime.
Apache License 2.0
10 stars 9 forks source link

Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs #70

Open rakshitsm opened 5 years ago

rakshitsm commented 5 years ago

getting below error while compiling. unable to use mqlight on eclipse/spring, as its giving below error

Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (findbugs) on project mqlight-api: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.0: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]

Azonerr commented 1 year ago

how u resolve this problem?we meet this too