huanzhang opened a new pull request, #9116: URL: https://github.com/apache/inlong/pull/9116
### Prepare a Pull Request - Fixes #7784 ### Motivation When using mvn -B or mvnd to compile the project, various problems will occur and the compilation will fail. The CR pipeline runs too slowly. Reasons why parallel packaging cannot be done? 1. The inlong-distribution module uses assembly to compress and package the output of each module together. However, the module dependencies are not clearly specified in the pom file, causing maven to infer dependencies. 2. CR pipeline does not need to generate distribution ### Modifications 1. Remove package Distribution from CR pipeline 2. Clear distribution modules and all dependencies in the project -- 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]
