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

ranke pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8656bd2  Exclude the".flattened-pom.xml" file into the source package 
(#799)
8656bd2 is described below

commit 8656bd295bd03e9dd0b46ad18c24dd6c6a8a5e37
Author: 邪影oO <[email protected]>
AuthorDate: Fri Aug 13 17:45:28 2021 +0800

    Exclude the".flattened-pom.xml" file into the source package (#799)
---
 dubbo-admin-distribution/src/assembly/source-release.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dubbo-admin-distribution/src/assembly/source-release.xml 
b/dubbo-admin-distribution/src/assembly/source-release.xml
index 9c83c74..f1316bf 100644
--- a/dubbo-admin-distribution/src/assembly/source-release.xml
+++ b/dubbo-admin-distribution/src/assembly/source-release.xml
@@ -59,6 +59,7 @@
                 <exclude>**/.mvn/**</exclude>
                 <exclude>**/*.jar</exclude>
                 <exclude>**/mvnw*</exclude>
+                <exclude>**/.flattened-pom.xml</exclude>
                 <exclude>dubbo-admin-distribution/src/LICENSE</exclude>
                 <exclude>dubbo-admin-distribution/src/NOTICE</exclude>
                 <exclude>dubbo-admin-distribution/src/licenses/**</exclude>

Reply via email to