This is an automated email from the ASF dual-hosted git repository. czy006 pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/amoro.git
commit 372d7924fbd6ab5d9179ff7defe557522f3e92c4 Author: Xu Bai <[email protected]> AuthorDate: Tue May 19 11:09:06 2026 +0800 [Hotfix] Update release validation instructions to use ./mvnw for building (#4222) Update release validation instructions to use ./mvnw for building (cherry picked from commit 22092632f80badbee584bd9f920e853a1daf9734) --- site/amoro-site/content/community/validate-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/amoro-site/content/community/validate-release.md b/site/amoro-site/content/community/validate-release.md index 784611ac1..711fb4571 100644 --- a/site/amoro-site/content/community/validate-release.md +++ b/site/amoro-site/content/community/validate-release.md @@ -101,10 +101,10 @@ Compile from source: ```shell # Compile from source -$ mvn clean package +$ ./mvnw clean package # Or skip the unit test -$ mvn clean package -DskipTests +$ ./mvnw clean package -DskipTests ``` ## vote for the release
