Skip to content

Commit

Permalink
Exclude helm files from Apache Rat Check.
Browse files Browse the repository at this point in the history
*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
  • Loading branch information
sijie committed Jul 19, 2018
1 parent e1c7df8 commit 75f79b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 75f79b7

Please sign in to comment.