Apache9 commented on PR #7725:
URL: https://github.com/apache/hbase/pull/7725#issuecomment-3876632106
We need to add maven plugin if we want to specify build tool as maven, and
we have this in maven plugin
```
function maven_initialize
{
# we need to do this before docker does it as root
maven_add_install compile
maven_add_install mvnsite
maven_add_install unit
```
So there is no way for us to avoid running mvninstall for unit check...
Let's focus on improving the test output summary.
--
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]