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

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


The following commit(s) were added to refs/heads/master by this push:
     new d1b766b  [FLINK-23398] Exclude signature files from shaded 
benchmarks.jar (#24)
d1b766b is described below

commit d1b766b8cd32810d4a248e59765913b112ed3d27
Author: Yun Tang <myas...@live.com>
AuthorDate: Fri Jul 16 10:30:54 2021 +0800

    [FLINK-23398] Exclude signature files from shaded benchmarks.jar (#24)
    
    Co-authored-by: Chesnay Schepler <ches...@apache.org>
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9c0778d..33caf48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,6 +379,16 @@ under the License.
                                                                                
        <projectName>Apache Flink</projectName>
                                                                                
</transformer>
                                                                        
</transformers>
+                                                                       
<filters>
+                                                                               
<filter>
+                                                                               
        <artifact>*</artifact>
+                                                                               
        <excludes>
+                                                                               
                <exclude>META-INF/*.SF</exclude>
+                                                                               
                <exclude>META-INF/*.DSA</exclude>
+                                                                               
                <exclude>META-INF/*.RSA</exclude>
+                                                                               
        </excludes>
+                                                                               
</filter>
+                                                                       
</filters>
                                                                </configuration>
                                                        </execution>
                                                </executions>

Reply via email to