You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/06/14 04:24:31 UTC

[shardingsphere] branch master updated: Update src distribution ignores (#10803)

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

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 18c2f32  Update src distribution ignores (#10803)
18c2f32 is described below

commit 18c2f32beea2dae9bac5b20935abca07b4ed421b
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Mon Jun 14 12:23:43 2021 +0800

    Update src distribution ignores (#10803)
---
 .../src/main/assembly/source-distribution.xml                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-distribution/shardingsphere-src-distribution/src/main/assembly/source-distribution.xml b/shardingsphere-distribution/shardingsphere-src-distribution/src/main/assembly/source-distribution.xml
index 0cd030f..9f0e6e4 100644
--- a/shardingsphere-distribution/shardingsphere-src-distribution/src/main/assembly/source-distribution.xml
+++ b/shardingsphere-distribution/shardingsphere-src-distribution/src/main/assembly/source-distribution.xml
@@ -47,6 +47,7 @@
                 
                 <!-- maven plugin ignore -->
                 <exclude>release.properties</exclude>
+                <exclude>**/dependency-reduced-pom.xml</exclude>
                 <exclude>**/pom.xml.releaseBackup</exclude>
                 <exclude>**/cobertura.ser</exclude>
                 <exclude>*.gpg</exclude>
@@ -76,7 +77,6 @@
                 <exclude>**/Thumbs.db</exclude>
     
                 <!-- modules ignore -->
-                <exclude>shardingsphere-ui/**</exclude>
                 <exclude>docs/**</exclude>
                 <exclude>examples/**</exclude>
             </excludes>