mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add rat exclude to the right list
This commit is contained in:
parent
4a144479c6
commit
aa569173d8
1 changed files with 1 additions and 5 deletions
6
pom.xml
6
pom.xml
|
|
@ -232,11 +232,6 @@
|
|||
<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>
|
||||
|
|
@ -451,6 +446,7 @@
|
|||
<exclude>**/.idea/</exclude>
|
||||
<exclude>**/*.iml</exclude>
|
||||
<exclude>.git/</exclude>
|
||||
<exclude>.github/*</exclude>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>.repository/</exclude>
|
||||
<exclude>**/*.diff</exclude>
|
||||
|
|
|
|||
Loading…
Reference in a new issue