Skip to content

Commit

Permalink
[FLINK-24560][build][yarn] Copy example jars in pre-integration-test …
Browse files Browse the repository at this point in the history
…phase

jars don't exist before packaging phase
  • Loading branch information
zentol committed Oct 22, 2021
1 parent f070f0d commit d14ca21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-yarn-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ under the License.
<executions>
<execution>
<id>copy</id>
<phase>process-test-resources</phase>
<phase>pre-integration-test</phase>
<goals>
<goal>copy</goal>
</goals>
Expand Down

0 comments on commit d14ca21

Please sign in to comment.