*.truststore files must be excluded from RAT checks.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1627533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-09-25 12:56:06 +00:00
parent 0f227fa940
commit a46b25c7b2

View File

@ -392,6 +392,7 @@
<configuration>
<excludes>
<exclude>src/docbkx/resources/**</exclude>
<exclude>src/test/resources/*.truststore</exclude>
</excludes>
</configuration>
</plugin>