You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/02/20 06:21:01 UTC

[flink-statefun] branch master updated: [hotfix] Exclude .iml files from rat plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e098565  [hotfix] Exclude .iml files from rat plugin
e098565 is described below

commit e098565a7770ee54f0026d5a0953923a9375b47a
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Thu Feb 20 14:20:28 2020 +0800

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

diff --git a/pom.xml b/pom.xml
index f5f33f1..c5bd551 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,8 @@ under the License.
                         <exclude>**/README.md</exclude>
                         <exclude>**/CODE_OF_CONDUCT.md</exclude>
                         <exclude>.github/**</exclude>
+                        <!-- IDE files. -->
+                        <exclude>**/*.iml</exclude>
                         <!-- Generated content -->
                         <exclude>**/target/**</exclude>
                         <exclude>**/_build/**</exclude>