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

zhangliang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c5c08b  Exclude .flattened-pom.xml from src distribution
     new 7b53e47  Merge pull request #70 from TeslaCN/exclude-flattened-pom
2c5c08b is described below

commit 2c5c08bd29dcdb69078dbc5855a6274cdc27459c
Author: 吴伟杰 <[email protected]>
AuthorDate: Sun Nov 8 12:16:39 2020 +0800

    Exclude .flattened-pom.xml from src distribution
---
 .../src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
 
b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
index d5d9c4a..5aa9d48 100644
--- 
a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
+++ 
b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
@@ -50,6 +50,7 @@
                 <exclude>**/pom.xml.releaseBackup</exclude>
                 <exclude>**/cobertura.ser</exclude>
                 <exclude>*.gpg</exclude>
+                <exclude>**/.flattened-pom.xml</exclude>
                 
                 <!-- node ignore -->
                 
<exclude>**/shardingsphere-elasticjob-lite-ui-frontend/test/coverage/**</exclude>

Reply via email to