ndimiduk commented on PR #6258: URL: https://github.com/apache/hbase/pull/6258#issuecomment-2357815559
I should also say -- we shouldn't be shy about having more maven modules. Let's have a common module for `scope:compile` and a common module that is for `scope:test`. Let's even keep each executable tool to its own module with its own explicit dependency list. It'll make maintaining/pruning them easier in the long term. Plus every module becomes an independent, parallel target for `mvn -T`. ``` hbase-diagnostics/ ├─ hbase-diagnostics-common/ ├─ hbase-diagnostics-testing-common/ ├─ hbase-performance-evaluation/ ├─ hbase-load-test-tool/ ├─ ... ``` -- 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...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org