wchevreuil commented on pull request #4223:
URL: https://github.com/apache/hbase/pull/4223#issuecomment-1070946146


   > If we want to ship the IntegrationTest classes in our binary distribution, 
what we need to do is restructure hbase-it so that the IntegrationTest jars are 
in `src/main/java`. (We also need to mark them with some InterfaceAudience 
decoration, because they are in fact part of our public contract...) 
Restructuring the project like this will will have the happy benefit of 
allowing the maven assembly plugin to do the work for us.
   
   Well, we already ship those and document its use on the ref guide. The 
problem is that we also make it possible to be run as junit tests, through 
maven builds, so I think that's why those are originally placed under 
`src/test`? 


-- 
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]


Reply via email to