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

sijie pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git

commit 75f79b77f55fbad351cb517e7f3b8ba4ab2dc177
Author: Sijie Guo <si...@apache.org>
AuthorDate: Thu Jul 19 13:58:19 2018 -0700

    Exclude helm files from Apache Rat Check.
    
    *Motivation*
    
    Some of the helm files (e.g. helm ignore file and template file) doesn't 
have ASF license header.
    It is tricky to add license headers for them. so exclude them from rat 
check.
    
    *Changes*
    
    Exclude two files from Apache Rat Check
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 40c9a10..0a2fae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1113,6 +1113,10 @@ flexible messaging model and an intuitive client 
API.</description>
 
             <!-- Configuration Templates -->
             <exclude>conf/schema_example.conf</exclude>
+
+            <!-- helm files -->
+            <exclude>**/.helmignore</exclude>
+            <exclude>**/_helpers.tpl</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to