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

Paul Smith commented on HBASE-2547:
-----------------------------------

just in case I can't test this, if somone _needs_ this, try this.  open the 
src/assembly/bin.xml

clone this:

{noformat}
    <moduleSet>
      <includes>
        <include>org.apache.hbase:hbase-core</include>
      </includes>
      <binaries>
        <attachmentClassifier>sources</attachmentClassifier>
        
<outputFileNameMapping>hbase-${version}${dashClassifier}.jar</outputFileNameMapping>
        <outputDirectory>/</outputDirectory>
        <unpack>false</unpack>
      </binaries>
    </moduleSet>
{noformat}

replace 'sources' attachmentClassifier with 'tests' (or is it 'test', man I'm 
rusty..), 

> [mvn] assembly:assembly does not include hbase-X.X.X-test.jar
> -------------------------------------------------------------
>
>                 Key: HBASE-2547
>                 URL: https://issues.apache.org/jira/browse/HBASE-2547
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: stack
>
> Means I can't run stuff like the PerformanceEvaluation

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to