Added .asf.yaml to be ignored by apache-rat-plguin.

This commit is contained in:
Karl Heinz Marbaise 2019-12-07 11:22:07 +01:00
parent 00654c2e03
commit 0022733281
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 1 additions and 0 deletions

View File

@ -556,6 +556,7 @@ under the License.
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>.asf.yaml</exclude>
<exclude>src/test/resources*/**</exclude>
<exclude>src/test/projects/**</exclude>
<exclude>src/test/remote-repo/**</exclude>