You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/18 06:20:46 UTC

[rocketmq] 01/02: [HOTFIX] Exclude test cert files from rat check

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 0fc36a832204c69d5eb8aab7ae9816f80cd3e490
Author: yukon <yu...@apache.org>
AuthorDate: Mon Dec 18 14:18:09 2017 +0800

    [HOTFIX] Exclude test cert files from rat check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 80db29f..47aae97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,6 +253,7 @@
                         <exclude>CONTRIBUTING.md</exclude>
                         <exclude>bin/README.md</exclude>
                         <exclude>PULL_REQUEST_TEMPLATE.md</exclude>
+                        <exclude>src/test/resources/certs/*</exclude>
                     </excludes>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>.