aloyszhang opened a new issue, #11439: URL: https://github.com/apache/inlong/issues/11439
### Description Currently, some GitHub workflows must build the whole project and then do some checks. This is time-consuming, see: <img width="1345" alt="image" src="https://github.com/user-attachments/assets/0550f94d-a29e-4be3-83d4-c56d32acc3a3"> The procedure costs more than 17 minutes. Actually, maven 3+ has supported [parallel build](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) which supports building the project with multi-threads. This feature can help us to reduce the time cost when compiling the project. There are already two issues tried to resolve this problem: #7784 #8242 #8284 pointed the `inlong-distribution` module will cause parallel packaging failure, this should be taken care of also. ### InLong Component Other for not specified component ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: dev-unsubscr...@inlong.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org