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 edf5666224f12e4b345ecafc6ae2fe5e3ecea393
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Thu Nov 17 20:00:35 2022 +0100

    [FLINK-28203][tests] Add e2e shade plugin id
---
 flink-end-to-end-tests/flink-sql-client-test/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flink-end-to-end-tests/flink-sql-client-test/pom.xml 
b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
index b1e6942d62d..6e0c49440c7 100644
--- a/flink-end-to-end-tests/flink-sql-client-test/pom.xml
+++ b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
@@ -91,6 +91,8 @@ under the License.
                                <artifactId>maven-shade-plugin</artifactId>
                                <executions>
                                        <execution>
+                                               <!-- Use a special execution id 
to be ignored by license/optional checks -->
+                                               <id>e2e-dependencies</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>shade</goal>

Reply via email to