You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/05/22 02:23:06 UTC

[incubator-dubbo] 01/05: Add *.log exclude pattern for source-release assembly

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

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit d11ddc05a71c86d174bb927f3a0af53487466257
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue May 22 08:23:41 2018 +0800

    Add *.log exclude pattern for source-release assembly
---
 distribution/src/assembly/source-release.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml
index d2bc2b7..59ded45 100644
--- a/distribution/src/assembly/source-release.xml
+++ b/distribution/src/assembly/source-release.xml
@@ -45,6 +45,7 @@
                 <exclude>**/*.ipr</exclude>
                 <exclude>**/*.iws</exclude>
                 <exclude>**/cobertura.ser</exclude>
+                <exclude>**/*.log</exclude>
             </excludes>
         </fileSet>
     </fileSets>

-- 
To stop receiving notification emails like this one, please contact
liujun@apache.org.