adoroszlai opened a new pull request, #7775: URL: https://github.com/apache/ozone/pull/7775
## What changes were proposed in this pull request? `ozone-tools` depends on server-side components (OM, SCM, Recon, etc.). These are needed for some of the tools, e.g. `ozone debug`, `ozone repair`, but not for `ozone shell`. This PR splits `ozone shell` into a new submodule `ozone-cli-shell`, with client-only dependencies. (We can split sets of tools into other `ozone-cli-...` modules later.) `pom.xml` is copied from `hadoop-ozone/tools`, with unnecessary dependencies removed. https://issues.apache.org/jira/browse/HDDS-12155 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/13031228751 -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org