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

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new 5abbd2c1 [Improvement] Support packaging scripts (#375)
5abbd2c1 is described below

commit 5abbd2c1f06ba48f836bf6224d5946a05fb096f9
Author: yangyang zhong <[email protected]>
AuthorDate: Fri Jun 14 00:35:33 2024 +0800

    [Improvement] Support packaging scripts (#375)
---
 paimon-web-server/src/main/assembly/paimon-web-server.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/paimon-web-server/src/main/assembly/paimon-web-server.xml 
b/paimon-web-server/src/main/assembly/paimon-web-server.xml
index 7a6988e2..0a35f442 100644
--- a/paimon-web-server/src/main/assembly/paimon-web-server.xml
+++ b/paimon-web-server/src/main/assembly/paimon-web-server.xml
@@ -46,7 +46,12 @@ under the License.
             <directory>${basedir}/../paimon-web-ui/dist</directory>
             <outputDirectory>./ui</outputDirectory>
         </fileSet>
+        <fileSet>
+            <directory>${basedir}/../scripts</directory>
+            <outputDirectory>./scripts</outputDirectory>
+        </fileSet>
     </fileSets>
+
     <dependencySets>
         <dependencySet>
             <outputDirectory>libs</outputDirectory>

Reply via email to