You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by zh...@apache.org on 2018/04/01 02:43:37 UTC

[incubator-skywalking] branch master updated: Exclude all the files named “dependency-reduced-pom.xml” when build source release package. (#1008)

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

zhangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 4390d8f  Exclude all the files named “dependency-reduced-pom.xml” when build source release package. (#1008)
4390d8f is described below

commit 4390d8fdb03aad398350021dca5cd8db5aec079b
Author: 彭勇升 pengys <80...@qq.com>
AuthorDate: Sun Apr 1 10:43:35 2018 +0800

    Exclude all the files named “dependency-reduced-pom.xml” when build source release package. (#1008)
    
    #1007
---
 tools/releasing/create_source_release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh
index 1ef962e..1680e2b 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -41,6 +41,7 @@ rsync -a ../../ \
   --exclude ".idea" --exclude "*.iml" --exclude ".DS_Store" --exclude "build-target" \
   --exclude "/docs/" --exclude "/dist/" --exclude "/tools/" --exclude "/skywalking-agent/" \
   --exclude "/skywalking-ui/dist/" --exclude "/skywalking-ui/node/" --exclude "/skywalking-ui/node_modules/" \
+  --exclude "dependency-reduced-pom.xml" \
   ${PRODUCT_NAME}
 
 tar czf ${PRODUCT_NAME}-src.tgz ${PRODUCT_NAME}

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