orange-cloudfoundry/cf-ops-automation-broker

Build fails with boot 2.4.0

Closed this issue · 0 comments

#351 suprisingly fails in
https://app.circleci.com/pipelines/github/orange-cloudfoundry/cf-ops-automation-broker/237/workflows/c88c06be-ebbd-492b-8a1d-07e084396f8a/jobs/1230

with

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:testResources (default-testResources) on project cf-ops-automation-broker-core: /home/circleci/cf-ops-automation-broker/cf-ops-automation-broker-core/target/test-classes/sample-deployment-model/coab-depls/cf-mysql/template/01-add-broker-operators#sl#.yml -> [Help 1]

The file is a symlink used for unit test.

The problem seems similar to https://issues.apache.org/jira/browse/MRESOURCES-269 (see https://issues.apache.org/jira/browse/MRESOURCES-237 for related background) triggered by combination of

  • bump of <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
  • traversal order of files which is system dependent.

This does not reproduce on my ubuntu desktop.