[FEATURE] Provider uber jar for cli/dashboard/coordinator/server module
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I have searched in the issues and found no similar issues.
Describe the feature
In some cases, the separate jars are not easy to maintain, uber jar is better to run and test, especially for dashboard module
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
WDYT? @yl09099 @xianjingfeng @jerqi
For cli, it is ok. But for other modules, using uber jar may make it more difficult to find problems and it may lead to many useless dependencies that will not be discovered in the future. Right?
For cli, it is ok. But for other modules, using uber jar may make it more difficult to find problems and it may lead to many useless dependencies that will not be discovered in the future. Right?
Ok for me. I think Cli + dashboard are more suitable to use uber jar.