mirror of https://github.com/apache/druid.git
Exclude .asf.yaml from the configuration of the rat plugin (#9088)
This commit is contained in:
parent
2231e69b7f
commit
7a7c948595
1
pom.xml
1
pom.xml
|
@ -1877,6 +1877,7 @@
|
||||||
<exclude>coordinator-console/**</exclude>
|
<exclude>coordinator-console/**</exclude>
|
||||||
<exclude>src/**/*.snap</exclude>
|
<exclude>src/**/*.snap</exclude>
|
||||||
<exclude>examples/conf/**</exclude>
|
<exclude>examples/conf/**</exclude>
|
||||||
|
<exclude>.asf.yaml</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue