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

fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git


The following commit(s) were added to refs/heads/main by this push:
     new fe098459 [Bug][Seatunnel-web] download_datasource.sh fails due to 
missing mvnw command (#227)
fe098459 is described below

commit fe098459285b9b266ed1ce866c5f2c1e9a71c024
Author: Mohammad Arshad <[email protected]>
AuthorDate: Tue Oct 15 09:41:36 2024 +0530

    [Bug][Seatunnel-web] download_datasource.sh fails due to missing mvnw 
command (#227)
---
 .../src/main/assembly/seatunnel-web-ci.xml             | 18 ++++++++++++++++++
 seatunnel-web-dist/src/main/assembly/seatunnel-web.xml | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml 
b/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
index 0ad15781..f644c813 100644
--- a/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
+++ b/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
@@ -70,6 +70,24 @@
             </includes>
             <outputDirectory>.</outputDirectory>
         </fileSet>
+        <!-- maven wrapper tools -->
+        <fileSet>
+            <directory>${basedir}/.././</directory>
+            <includes>
+                <include>mvnw</include>
+                <include>mvnw.cmd</include>
+            </includes>
+            <fileMode>0755</fileMode>
+            <outputDirectory>.</outputDirectory>
+        </fileSet>
+        <fileSet>
+            <directory>${basedir}/.././</directory>
+            <includes>
+                <include>.mvn/wrapper/maven-wrapper.properties</include>
+            </includes>
+            <fileMode>0755</fileMode>
+            <outputDirectory>.</outputDirectory>
+        </fileSet>
     </fileSets>
     <dependencySets>
         <!-- =================== Third party dependency 
=========================  -->
diff --git a/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml 
b/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
index f9c292ca..63ef27ba 100644
--- a/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
+++ b/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
@@ -71,6 +71,24 @@
             </includes>
             <outputDirectory>.</outputDirectory>
         </fileSet>
+        <!-- maven wrapper tools -->
+        <fileSet>
+            <directory>${basedir}/.././</directory>
+            <includes>
+                <include>mvnw</include>
+                <include>mvnw.cmd</include>
+            </includes>
+            <fileMode>0755</fileMode>
+            <outputDirectory>.</outputDirectory>
+        </fileSet>
+        <fileSet>
+            <directory>${basedir}/.././</directory>
+            <includes>
+                <include>.mvn/wrapper/maven-wrapper.properties</include>
+            </includes>
+            <fileMode>0755</fileMode>
+            <outputDirectory>.</outputDirectory>
+        </fileSet>
     </fileSets>
     <dependencySets>
         <dependencySet>

Reply via email to