You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2015/08/25 02:41:17 UTC

svn commit: r1697522 - /httpcomponents/httpclient/trunk/pom.xml

Author: ggregory
Date: Tue Aug 25 00:41:17 2015
New Revision: 1697522

URL: http://svn.apache.org/r1697522
Log:
Exclude maven-eclipse.xml from RAT check.

Modified:
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1697522&r1=1697521&r2=1697522&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Tue Aug 25 00:41:17 2015
@@ -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>