Add docs.js & search.js to exclude list in pom.xml

This commit is contained in:
AhyoungRyu 2016-08-03 15:48:23 +09:00
parent 624b0515ea
commit bd4956a17b

View file

@ -465,6 +465,8 @@
<!-- bundled from bootstrap -->
<exclude>docs/assets/themes/zeppelin/bootstrap/**</exclude>
<exclude>docs/assets/themes/zeppelin/css/style.css</exclude>
<exclude>docs/assets/themes/zeppelin/js/docs.js</exclude>
<exclude>docs/assets/themes/zeppelin/js/search.js</exclude>
<exclude>docs/_includes/themes/zeppelin/_jumbotron.html</exclude>
<exclude>docs/_includes/themes/zeppelin/_navigation.html</exclude>