Exclude constants.json file for rat plugin since its static config file

This commit is contained in:
Babu Prasad Elumalai 2016-07-18 20:36:12 +00:00
parent 69cb7246cb
commit e520b7b5ec

View file

@ -461,6 +461,7 @@
<exclude>spark-*-bin*/**</exclude>
<exclude>.spark-dist/**</exclude>
<exclude>**/interpreter-setting.json</exclude>
<exclude>**/constants.json</exclude>
<!-- bundled from bootstrap -->
<exclude>docs/assets/themes/zeppelin/bootstrap/**</exclude>