inlong
inlong copied to clipboard
[Feature][Tool] Support parallel compilation and packaging
There are two problems with the current project:
- 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
To locate the above problem, the analysis is as follows:
- Reasons why parallel packaging cannot be done
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.
- CR pipeline does not need to generate distribution
Transformation method:
- [ ] #8242
- CR pipeline does not package Distribution
- Clear distribution modules and all dependencies in the project
At present, it is being transformed to support multiple versions of Sort Flink, and it is also necessary to clarify the maven coordinates of each Connector
This issue is stale because it has been open for 60 days with no activity.
This issue is stale because it has been open for 60 days with no activity.
#11440 support parallel building