mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-783: exclude .spark-dist cache from RAT
This commit is contained in:
parent
388d76be63
commit
d4ef96d18f
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
|
@ -488,6 +488,7 @@
|
|||
<exclude>conf/notebook-authorization.json</exclude>
|
||||
<exclude>conf/zeppelin-env.sh</exclude>
|
||||
<exclude>spark-*-bin*/**</exclude>
|
||||
<exclude>.spark-dist/**</exclude>
|
||||
|
||||
<!-- bundled from bootstrap -->
|
||||
<exclude>docs/assets/themes/zeppelin/bootstrap/**</exclude>
|
||||
|
|
|
|||
Loading…
Reference in a new issue