featzhang opened a new pull request, #8243: URL: https://github.com/apache/inlong/pull/8243
The `inlong-distribution` module will cause parallel packaging failure and affect the performance of the CR pipeline, so this module is separated out. When executing a CR pipeline, no packaging is required. Other modules can be compiled in parallel. ```shell mvn clean package -B -T1C ``` Full package: ```shell mvn clean package -Pdistribution ``` -- 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]
