You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2018/07/05 12:53:16 UTC

[rocketmq] branch master updated: Add some exclude files in nat

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4408076  Add some exclude files in nat
4408076 is described below

commit 440807675d0a498747569a24c050d95d6c966e0a
Author: vongosling <vo...@alibaba-inc.com>
AuthorDate: Thu Jul 5 20:53:07 2018 +0800

    Add some exclude files in nat
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 079aecd..b22649c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,11 +249,12 @@
                 <version>0.12</version>
                 <configuration>
                     <excludes>
+                        <exclude>.gitignore</exclude>
                         <exclude>.travis.yml</exclude>
                         <exclude>CONTRIBUTING.md</exclude>
-                        <exclude>bin/README.md</exclude>
-                        <exclude>.github/*</exclude>
-                        <exclude>src/test/resources/certs/*</exclude>
+                        <exclude>**/README.md</exclude>
+                        <exclude>.github/**/*</exclude>
+                        <exclude>**/test/resources/**/*</exclude>
                     </excludes>
                 </configuration>
             </plugin>