This is an automated email from the ASF dual-hosted git repository. hongshun pushed a commit to branch release-0.8-ali-3.0 in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 3dc9fa02c23e56ea21b836c15afffebb856fa3e0 Author: Hongshun Wang <[email protected]> AuthorDate: Thu Jan 8 21:27:20 2026 +0800 exec-maven-plugin async build dist. --- fluss-dist/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fluss-dist/pom.xml b/fluss-dist/pom.xml index 2a98ef1cb..4cf0d78b8 100644 --- a/fluss-dist/pom.xml +++ b/fluss-dist/pom.xml @@ -186,6 +186,8 @@ </argument> <argument>${project.basedir}/../build-target</argument> </arguments> + <async>true</async> + <asyncDestroyOnShutdown>true</asyncDestroyOnShutdown> </configuration> </execution> </executions>
