Skip to content

Commit

Permalink
[FLINK-33907][ci] Makes copying test jars being done in the package p…
Browse files Browse the repository at this point in the history
…hase

This fixes the following error when compiling the test artifacts of 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]
  • Loading branch information
XComp committed Jan 10, 2024
1 parent cad090a commit fdafdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ under the License.
<executions>
<execution>
<id>copy-dependencies</id>
<phase>process-test-resources</phase>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
Expand Down

0 comments on commit fdafdaa

Please sign in to comment.