A few more excludes for RAT plugin

This commit is contained in:
jbertram 2015-01-20 10:34:37 -06:00
parent 1e915afad7
commit 5208e768d1
1 changed files with 2 additions and 0 deletions

View File

@ -923,6 +923,8 @@
<exclude>**/*.lock</exclude>
<exclude>**/META-INF/services/*</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/*.jceks</exclude>
<exclude>**/*.jks</exclude>
</excludes>
</configuration>
<executions>