You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/05/07 08:26:38 UTC

[flink] 03/04: [FLINK-22560][build] Add dedicated name to flink-dist shade-plugin execution

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit d5622b6d419e9ac7c2648ead89ea7ed9d2518c79
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed May 5 13:18:11 2021 +0200

    [FLINK-22560][build] Add dedicated name to flink-dist shade-plugin execution
---
 flink-dist/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 4a546b3..f6e213b 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -675,6 +675,7 @@ under the License.
 				<artifactId>maven-shade-plugin</artifactId>
 				<executions>
 					<execution>
+						<id>shade-dist</id>
 						<phase>package</phase>
 						<goals>
 							<goal>shade</goal>