Hisoka-X commented on code in PR #9853: URL: https://github.com/apache/seatunnel/pull/9853#discussion_r2344314205
########## docs/en/contribution/setup.md: ########## @@ -32,7 +32,7 @@ After cloning the source code, you should run the `./mvnw` command to install th Otherwise, your code could not start in JetBrains IntelliJ IDEA correctly. ```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]
