Matthias Pohl created FLINK-33907: ------------------------------------- Summary: Makes copying test jars being done earlier Key: FLINK-33907 URL: https://issues.apache.org/jira/browse/FLINK-33907 Project: Flink Issue Type: Sub-task Components: Build System / CI Affects Versions: 1.19.0 Reporter: Matthias Pohl
We experienced an issue in GHA which is due to the fact how test resources are pre-computed in GHA: {code:java} This fixes the following error when compiling flink-clients: Error: 2.054 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy-dependencies (copy-dependencies) on project flink-clients: Artifact has not been packaged yet. When used on reactor artifact, copy should be executed after packaging: see MDEP-187. -> [Help 1] {code} We need to move this goal to a later phase. -- This message was sent by Atlassian Jira (v8.20.10#820010)