This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.14 by this push:
new 6c18099 [FLINK-24445][build] Copy rpc-akka jar in package phase
6c18099 is described below
commit 6c18099b370329f69a60525f55dcac8dc8b7f977
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Oct 4 11:13:08 2021 +0200
[FLINK-24445][build] Copy rpc-akka jar in package phase
---
flink-rpc/flink-rpc-akka-loader/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-rpc/flink-rpc-akka-loader/pom.xml
b/flink-rpc/flink-rpc-akka-loader/pom.xml
index 07528d3..5c1da53 100644
--- a/flink-rpc/flink-rpc-akka-loader/pom.xml
+++ b/flink-rpc/flink-rpc-akka-loader/pom.xml
@@ -78,7 +78,7 @@ under the License.
<executions>
<execution>
<id>copy-rpc-akka-jars</id>
- <phase>process-resources</phase>
+ <phase>package</phase>
<goals>
<goal>copy</goal>
</goals>