This is an automated email from the ASF dual-hosted git repository.
jackxu2011 pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new 7bda77423 [Bug] fix datasource query service build package after
branch merged (#3861)
7bda77423 is described below
commit 7bda774235f0fe7d07b22474fec7a058c32a8df1
Author: Casion <[email protected]>
AuthorDate: Fri Nov 18 21:32:46 2022 +0800
[Bug] fix datasource query service build package after branch merged
(#3861)
* fix datasource query packages
* update for datasource distribution.xml
* udpate linkis-public-enhancements/distribution.xml
---
linkis-public-enhancements/distribution.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/linkis-public-enhancements/distribution.xml
b/linkis-public-enhancements/distribution.xml
index d824bbe61..0ac5bf5f8 100644
--- a/linkis-public-enhancements/distribution.xml
+++ b/linkis-public-enhancements/distribution.xml
@@ -287,6 +287,19 @@
</dependencySet>
</dependencySets>
+ <fileSets>
+ <fileSet>
+ <directory>
+
./linkis-datasource/linkis-metadata-query/server/target/out/lib/service
+ </directory>
+ <outputDirectory>
+ lib/metadataquery-service
+ </outputDirectory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </fileSet>
+ </fileSets>
</assembly>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]