Attila Doroszlai created RATIS-1308:
---------------------------------------
Summary: Findbugs check is failing silently
Key: RATIS-1308
URL: https://issues.apache.org/jira/browse/RATIS-1308
Project: Ratis
Issue Type: Bug
Components: build
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
Findbugs fails with:
{code:title=https://github.com/apache/incubator-ratis/runs/1776425308#step:3:2360}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:02 min
[INFO] Finished at: 2021-02-02T03:02:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (findbugs) on project
ratis: 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]
{code}
but the CI check is passing (false negative).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)