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/24 08:26:55 UTC

[incubator-dubbo] 01/02: Exclude release temp files

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 aa63752ae52dea7e89296de633a89eeaa3587ca2
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue May 22 14:02:59 2018 +0800

    Exclude release temp files
---
 distribution/src/assembly/source-release.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml
index 619e069..bd85f58 100644
--- a/distribution/src/assembly/source-release.xml
+++ b/distribution/src/assembly/source-release.xml
@@ -45,7 +45,7 @@
                 <exclude>**/cobertura.ser</exclude>
                 <exclude>**/*.log</exclude>
                 <exclude>release.properties</exclude>
-                <exclude>**/*.releaseBackup</exclude>
+                <exclude>**/*.xml.*</exclude>
             </excludes>
         </fileSet>
     </fileSets>

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