This commit is contained in:
Felix Cheung 2016-02-25 00:05:58 -08:00
parent 5d5e0672f3
commit 4a144479c6

View file

@ -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>