Skip to content

Commit d14ca21

Browse files
committed
[FLINK-24560][build][yarn] Copy example jars in pre-integration-test phase
jars don't exist before packaging phase
1 parent f070f0d commit d14ca21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-yarn-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ under the License.
375375
<executions>
376376
<execution>
377377
<id>copy</id>
378-
<phase>process-test-resources</phase>
378+
<phase>pre-integration-test</phase>
379379
<goals>
380380
<goal>copy</goal>
381381
</goals>

0 commit comments

Comments
 (0)