You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
There are two problems with the current project:
To locate the above problem, the analysis is as follows:
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.Transformation method:
The text was updated successfully, but these errors were encountered: