This is an automated email from the ASF dual-hosted git repository.
gaojun2048 pushed a commit to branch 1.0.0-release
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/1.0.0-release by this push:
new d963f4ec add src build release
d963f4ec is described below
commit d963f4ec970684f8b736b2fd3f9c7cab7276ed43
Author: gaojun <[email protected]>
AuthorDate: Tue Oct 10 19:50:43 2023 +0800
add src build release
---
seatunnel-web-dist/pom.xml | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/seatunnel-web-dist/pom.xml b/seatunnel-web-dist/pom.xml
index 6c945676..2935ee7c 100644
--- a/seatunnel-web-dist/pom.xml
+++ b/seatunnel-web-dist/pom.xml
@@ -108,7 +108,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
- <id>seatunnel-web</id>
+ <id>bin</id>
<goals>
<goal>single</goal>
</goals>
@@ -117,7 +117,20 @@
<descriptors>
<descriptor>src/main/assembly/seatunnel-web.xml</descriptor>
</descriptors>
- <appendAssemblyId>false</appendAssemblyId>
+ <appendAssemblyId>true</appendAssemblyId>
+ </configuration>
+ </execution>
+ <execution>
+ <id>src</id>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <descriptors>
+
<descriptor>src/main/assembly/assembly-src.xml</descriptor>
+ </descriptors>
+ <appendAssemblyId>true</appendAssemblyId>
</configuration>
</execution>
</executions>
@@ -435,3 +448,4 @@
</profile>
</profiles>
</project>
+