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

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


The following commit(s) were added to refs/heads/2.6.3-release by this push:
     new 6429ac4  Exclude maven wrapper when package
     new 5d8048b  Merge branch '2.6.3-release' of 
https://github.com/apache/incubator-dubbo into 2.6.3-release
6429ac4 is described below

commit 6429ac4e57db5498a55ded781f314996291d3bd7
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Mon Jul 30 18:32:21 2018 +0800

    Exclude maven wrapper when package
---
 distribution/src/assembly/source-release.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/distribution/src/assembly/source-release.xml 
b/distribution/src/assembly/source-release.xml
index bd85f58..bbbec61 100644
--- a/distribution/src/assembly/source-release.xml
+++ b/distribution/src/assembly/source-release.xml
@@ -46,6 +46,9 @@
                 <exclude>**/*.log</exclude>
                 <exclude>release.properties</exclude>
                 <exclude>**/*.xml.*</exclude>
+                <exclude>**/.mvn/**</exclude>
+                <exclude>**/*.jar</exclude>
+                <exclude>**/mvnw*</exclude>
             </excludes>
         </fileSet>
     </fileSets>

Reply via email to