Hisoka-X commented on code in PR #9853:
URL: https://github.com/apache/seatunnel/pull/9853#discussion_r2349132940


##########
docs/zh/contribution/setup.md:
##########
@@ -29,7 +29,7 @@ git clone [email protected]:apache/seatunnel.git
 在克隆好源代码以后, 运行 `./mvnw` 命令安装子项目到 maven 本地仓库目录。 否则你的代码无法在 IDEA 中正常启动。
 
 ```shell
-./mvnw install -Dmaven.test.skip
+./mvnw clean install -DskipUT=true -Dskip.ui=true

Review Comment:
   ```suggestion
   ./mvnw clean install -DskipTests
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to