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 06:39:58 UTC

svn commit: r1697545 - /httpcomponents/httpcore/trunk/pom.xml

Author: ggregory
Date: Tue Aug 25 04:39:58 2015
New Revision: 1697545

URL: http://svn.apache.org/r1697545
Log:
Do not check .pmd files for RAT reports.

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1697545&r1=1697544&r2=1697545&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Tue Aug 25 04:39:58 2015
@@ -305,6 +305,7 @@
         </executions>
         <configuration>
           <excludes>
+            <exclude>.pmd</exclude>
             <exclude>src/docbkx/resources/**</exclude>
             <exclude>src/test/resources/*.truststore</exclude>
           </excludes>