mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix rat
This commit is contained in:
parent
5d5e0672f3
commit
4a144479c6
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
|
@ -232,6 +232,11 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>.github/*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in a new issue