Update pom.xml

This commit is contained in:
von gosling
2021-08-25 16:59:13 +08:00
committed by GitHub
parent 51ed6117c2
commit a977542a0f

13
pom.xml
View File

@@ -314,6 +314,19 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.12</version>
<configuration>
<excludes>
<exclude>.gitignore</exclude>
<exclude>.travis.yml</exclude>
<exclude>.asf.yaml</exclude>
<exclude>README.md</exclude>>
</excludes>
</configuration>
</plugin>
</plugins>
</build>