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 <[email protected]> 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 "[email protected]" <[email protected]>.
