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 2020/05/04 08:13:49 UTC

[flink-shaded] branch master updated: [hotfix][build] Exclude .asf.yaml from rat-plugin

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-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 95262ff  [hotfix][build] Exclude .asf.yaml from rat-plugin
95262ff is described below

commit 95262ffdf1b625aad48d04cabbf2ff6d3c1cc388
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon May 4 10:13:32 2020 +0200

    [hotfix][build] Exclude .asf.yaml from rat-plugin
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9e7be5a..380390c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,6 +296,8 @@ under the License.
                         </licenseFamily>
                     </licenseFamilies>
                     <excludes>
+                        <!-- GitHub infrastructure -->
+                        <exclude>.asf.yaml</exclude>
                         <!-- Build files -->
                         <exclude>**/*.iml</exclude>
                         <!-- Generated content -->