[ 
https://issues.apache.org/jira/browse/HBASE-7187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509023#comment-13509023
 ] 

Elliott Clark commented on HBASE-7187:
--------------------------------------

There are two skip things in the pom:

The first is that maven doesn't run any second part tests.  That's because all 
second part tests need a server and the client module doesn't depend upon the 
server.
The second is so that a developer can run something like:
{code}mvn clean test -Dskip-client-tests{code}
and that will run test but won't test the client.  This is useful while you 
know a test is failing or you just want to skip to the module's tests that you 
are debugging.
                
> Create empty hbase-client module
> --------------------------------
>
>                 Key: HBASE-7187
>                 URL: https://issues.apache.org/jira/browse/HBASE-7187
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7187-0.patch, HBASE-7187-1.patch, 
> HBASE-7187-2.patch, HBASE-7187-3.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to