This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new f80a89f [INLONG-1997][Bug][InLong-DataProxy] package of DataProxy is
not exist in distribution dir (addendum)(#2006)
f80a89f is described below
commit f80a89faed12df88ae2580426090ba55a10783e8
Author: baomingyu <[email protected]>
AuthorDate: Thu Dec 16 09:16:53 2021 +0800
[INLONG-1997][Bug][InLong-DataProxy] package of DataProxy is not exist in
distribution dir (addendum)(#2006)
---
inlong-dataproxy/dataproxy-dist/pom.xml | 1 -
inlong-dataproxy/dataproxy-dist/src/main/assembly/assembly.xml | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-dataproxy/dataproxy-dist/pom.xml
b/inlong-dataproxy/dataproxy-dist/pom.xml
index d5349d9..96db136 100644
--- a/inlong-dataproxy/dataproxy-dist/pom.xml
+++ b/inlong-dataproxy/dataproxy-dist/pom.xml
@@ -60,7 +60,6 @@
</goals>
<configuration>
<finalName>apache-inlong-dataproxy-${project.version}</finalName>
- <appendAssemblyId>false</appendAssemblyId>q
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
diff --git a/inlong-dataproxy/dataproxy-dist/src/main/assembly/assembly.xml
b/inlong-dataproxy/dataproxy-dist/src/main/assembly/assembly.xml
index ce92298..179bea8 100644
--- a/inlong-dataproxy/dataproxy-dist/src/main/assembly/assembly.xml
+++ b/inlong-dataproxy/dataproxy-dist/src/main/assembly/assembly.xml
@@ -25,6 +25,7 @@
<id>bin</id>
<formats>
+ <format>dir</format>
<format>tar.gz</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>