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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03fab86  RANGER-2791: Ignore .iml files from RAT check for 
schema-registry plugin
03fab86 is described below

commit 03fab86922c1cefbee52b6ab343bf471b71b6a98
Author: Abhay Kulkarni <[email protected]>
AuthorDate: Fri Apr 10 12:11:11 2020 -0700

    RANGER-2791: Ignore .iml files from RAT check for schema-registry plugin
---
 plugin-schema-registry/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugin-schema-registry/pom.xml b/plugin-schema-registry/pom.xml
index 6bd2d97..9e9cdb9 100644
--- a/plugin-schema-registry/pom.xml
+++ b/plugin-schema-registry/pom.xml
@@ -236,6 +236,8 @@
                     <excludes>
                         <exclude>**/src/test/resources/**/*.yaml</exclude>
                         <exclude>**/src/test/resources/**/*.avcs</exclude>
+                        <exclude>**/src/test/*.iml</exclude>
+                        <exclude>**/src/main/*.iml</exclude>
                     </excludes>
                 </configuration>
             </plugin>

Reply via email to