Exclude maven-eclipse.xml from RAT check.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1697522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2015-08-25 00:41:17 +00:00
parent 0560c8927a
commit 37a517f8f3
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@
<exclude>src/docbkx/resources/**</exclude>
<exclude>src/test/resources/*.truststore</exclude>
<exclude>.checkstyle</exclude>
<exclude>maven-eclipse.xml</exclude>
</excludes>
</configuration>
</plugin>