You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by do...@apache.org on 2018/08/01 07:45:35 UTC

[rocketmq] branch master updated: Fix the pom to exclude some files

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

dongeforever 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 7cae583  Fix the pom to exclude some files
7cae583 is described below

commit 7cae583918be94f3a7a530feef6bd6fac4292e2d
Author: dongeforever <do...@apache.org>
AuthorDate: Wed Aug 1 15:45:21 2018 +0800

    Fix the pom to exclude some files
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00a2d8b..1f71cd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,8 +253,9 @@
                         <exclude>.travis.yml</exclude>
                         <exclude>CONTRIBUTING.md</exclude>
                         <exclude>bin/README.md</exclude>
-                        <exclude>.github/*</exclude>
+                        <exclude>.github/**</exclude>
                         <exclude>src/test/resources/certs/*</exclude>
+                        <exclude>src/test/**/*.log</exclude>
                         <exclude>src/test/resources/META-INF/service/*</exclude>
                         <exclude>*/target/**</exclude>
                         <exclude>*/*.iml</exclude>