zhoujinsong commented on issue #2853: URL: https://github.com/apache/amoro/issues/2853#issuecomment-2122373505
Thanks a lot for bringing up this improvement. The old maven command is indeed quite complex to use. But actually, most of the time, we do not need to build the `amoro-mixed-format-trino` module as it dependent on a different JDK version. So how about adding a profile named `build-mixed-format-trino` and inactive it by default? So most of the time, you can execute `mvn clean package` to package all modules except `build-mixed-format-trino`. And you can execute `mvn clean package -Pbuild-mixed-format-trino -Ptoolchain` to package all modules. -- 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]
