ZEPPELIN-783: exclude .spark-dist cache from RAT

This commit is contained in:
Alexander Bezzubov 2016-04-01 13:40:02 +09:00
parent 388d76be63
commit d4ef96d18f

View file

@ -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>