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

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

commit 300381c2b4bb7e9c711459fb2ad55dbaf5add7ae
Author: Zhanghao Chen <m...@outlook.com>
AuthorDate: Sun Jan 28 00:08:07 2024 +0800

    [FLINK-34052][examples] Install the shaded streaming example jars in the 
maven repo
---
 flink-examples/flink-examples-streaming/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/flink-examples/flink-examples-streaming/pom.xml 
b/flink-examples/flink-examples-streaming/pom.xml
index 582fb28ee29..3a5459bd1ad 100644
--- a/flink-examples/flink-examples-streaming/pom.xml
+++ b/flink-examples/flink-examples-streaming/pom.xml
@@ -318,6 +318,8 @@ under the License.
                                                <configuration>
                                                        
<shadeTestJar>false</shadeTestJar>
                                                        
<finalName>Iteration</finalName>
+                                                       
<shadedArtifactAttached>true</shadedArtifactAttached>
+                                                       
<shadedClassifierName>Iteration</shadedClassifierName>
                                                        <artifactSet>
                                                                <includes>
                                                                        
<include>org.apache.flink:flink-connector-datagen</include>
@@ -352,6 +354,8 @@ under the License.
                                                <configuration>
                                                        
<shadeTestJar>false</shadeTestJar>
                                                        
<finalName>TopSpeedWindowing</finalName>
+                                                       
<shadedArtifactAttached>true</shadedArtifactAttached>
+                                                       
<shadedClassifierName>TopSpeedWindowing</shadedClassifierName>
                                                        <artifactSet>
                                                                <includes>
                                                                        
<include>org.apache.flink:flink-connector-datagen</include>
@@ -389,6 +393,8 @@ under the License.
                                                <configuration>
                                                        
<shadeTestJar>false</shadeTestJar>
                                                        
<finalName>SessionWindowing</finalName>
+                                                       
<shadedArtifactAttached>true</shadedArtifactAttached>
+                                                       
<shadedClassifierName>SessionWindowing</shadedClassifierName>
                                                        <artifactSet>
                                                                <includes>
                                                                        
<include>org.apache.flink:flink-connector-datagen</include>

Reply via email to