This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push: new 650f46b Exclude RAT checking on files in the target directories 650f46b is described below commit 650f46be836075e9f8419093be7819c57dca1a91 Author: Li Zhanhui <lizhan...@gmail.com> AuthorDate: Thu Jun 28 17:27:43 2018 +0800 Exclude RAT checking on files in the target directories --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 604c775..6fe4f73 100644 --- a/pom.xml +++ b/pom.xml @@ -254,6 +254,8 @@ <exclude>bin/README.md</exclude> <exclude>.github/*</exclude> <exclude>src/test/resources/certs/*</exclude> + <exclude>*/target/**</exclude> + <exclude>*/*.iml</exclude> </excludes> </configuration> </plugin>