Skip to content

Commit

Permalink
[Bug][Seatunnel-web] download_datasource.sh fails due to missing mvnw…
Browse files Browse the repository at this point in the history
… command (#227)
  • Loading branch information
arshadmohammad authored Oct 15, 2024
1 parent b50b8e7 commit fe09845
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ========================= -->
Expand Down
18 changes: 18 additions & 0 deletions seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fe09845

Please sign in to comment.