This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 9a9a4360c6 [INLONG-9725][Tools] Fix asc sign file of distribution
package after merging multiple module jars (#9726)
9a9a4360c6 is described below
commit 9a9a4360c69dfaff9598068f48795cc709b4b2a2
Author: 卢春亮 <[email protected]>
AuthorDate: Wed Feb 28 17:42:52 2024 +0800
[INLONG-9725][Tools] Fix asc sign file of distribution package after
merging multiple module jars (#9726)
---
inlong-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-distribution/pom.xml b/inlong-distribution/pom.xml
index 4a0474030f..e7ed5db2c2 100644
--- a/inlong-distribution/pom.xml
+++ b/inlong-distribution/pom.xml
@@ -87,7 +87,7 @@
<goals>
<goal>exec</goal>
</goals>
- <phase>install</phase>
+ <phase>package</phase>
</execution>
</executions>
</plugin>