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.git
The following commit(s) were added to refs/heads/master by this push:
new a6f9563 Exclude .flattened-pom.xml from src distribution (#1687)
a6f9563 is described below
commit a6f95638d554338adc66d1a7e3eccbceecb8e6fe
Author: 吴伟杰 <[email protected]>
AuthorDate: Mon Nov 2 20:57:45 2020 +0800
Exclude .flattened-pom.xml from src distribution (#1687)
---
.../src/main/assembly/source-distribution.xml | 1 +
1 file changed, 1 insertion(+)
diff --git
a/elasticjob-distribution/elasticjob-src-distribution/src/main/assembly/source-distribution.xml
b/elasticjob-distribution/elasticjob-src-distribution/src/main/assembly/source-distribution.xml
index c740346..9882b78 100644
---
a/elasticjob-distribution/elasticjob-src-distribution/src/main/assembly/source-distribution.xml
+++
b/elasticjob-distribution/elasticjob-src-distribution/src/main/assembly/source-distribution.xml
@@ -44,6 +44,7 @@
<exclude>**/*.zip</exclude>
<exclude>**/*.tar</exclude>
<exclude>**/*.tar.gz</exclude>
+ <exclude>**/.flattened-pom.xml</exclude>
<!-- maven plugin ignore -->
<exclude>release.properties</exclude>