You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/09 20:03:00 UTC

[31/34] httpcomponents-core git commit: RAT check to exclude truststore files

RAT check to exclude truststore files

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x@1632767 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/169cbf6e
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/169cbf6e
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/169cbf6e

Branch: refs/heads/4.3.x
Commit: 169cbf6e077bf8934b04da8cd7fa76e0e1554f3b
Parents: a5e563b
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sat Oct 18 11:38:51 2014 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sat Oct 18 11:38:51 2014 +0000

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/169cbf6e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c864098..f5057f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,6 +321,12 @@
             </configuration>
           </execution>
         </executions>
+        <configuration>
+          <excludes>
+            <exclude>src/docbkx/resources/**</exclude>
+            <exclude>src/test/resources/*.truststore</exclude>
+          </excludes>
+        </configuration>
       </plugin>
     </plugins>
   </build>