mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-791] Exclude **.test.js
This commit is contained in:
parent
398fb62003
commit
2c273428ce
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
|
@ -929,7 +929,8 @@
|
|||
<exclude>**/src/fonts/Simple-Line*</exclude>
|
||||
<exclude>**/src/fonts/simple-line*</exclude>
|
||||
<exclude>**/src/fonts/Source-Code-Pro*</exclude>
|
||||
<exclude>**/src/fonts/source-code-pro*</exclude>
|
||||
<exclude>**/src/fonts/source-code-pro*</exclude>
|
||||
<exclude>**/src/**/**.test.js</exclude>
|
||||
|
||||
<!-- from SQLLine 1.0.2, see ZEPPELIN-2135 -->
|
||||
<exclude>**/src/main/java/org/apache/zeppelin/jdbc/SqlCompleter.java</exclude>
|
||||
|
|
|
|||
Loading…
Reference in a new issue