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

Jesse Yates commented on HBASE-7124:
------------------------------------

[~michelle] the plugin you are modifying the failsafe plugin, which runs 
integration tests. Since the unit tests are covered in the surefire plugin, we 
don't need to run them again (and arguably its incorrect to run them during 
integration tests). Also,
{code}
<exclude>${test.exclude.pattern}</exclude>
{code}

doesn't exist in the pom anymore and I think that its covering the same pattern 
as:
{code}
<exclude>**/*$*</exclude>
{code}

Or did I get terribly confused?
                
> typo in pom.xml with "exlude", no definition of "test.exclude.pattern"
> ----------------------------------------------------------------------
>
>                 Key: HBASE-7124
>                 URL: https://issues.apache.org/jira/browse/HBASE-7124
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0
>            Reporter: Li Ping Zhang
>            Assignee: Li Ping Zhang
>            Priority: Minor
>              Labels: patch
>         Attachments: HBASE-7124-0.94.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> There is a typo in pom.xml with "exlude", and there is no definition of 
> "test.exclude.pattern".

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