[
https://issues.apache.org/jira/browse/HBASE-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957828#comment-14957828
]
Hudson commented on HBASE-14586:
--------------------------------
SUCCESS: Integrated in HBase-1.3-IT #236 (See
[https://builds.apache.org/job/HBase-1.3-IT/236/])
HBASE-14586 Use a maven profile to run Jacoco analysis (Andrew Wang) (apurtell:
rev c2b1b5425746cab55060e5eaa1e5ab99f63c2fd3)
* pom.xml
> Use a maven profile to run Jacoco analysis
> ------------------------------------------
>
> Key: HBASE-14586
> URL: https://issues.apache.org/jira/browse/HBASE-14586
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 1.1.0
> Reporter: Andrew Wang
> Assignee: Andrew Wang
> Priority: Minor
> Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16
>
> Attachments: hbase-14586.001.patch, hbase-14586.001.patch,
> hbase-14586.002.patch
>
>
> The pom.xml has a line like this for the Surefire argLine, which has an extra
> ${argLine} reference. Recommend changes like this:
> {noformat}
> - <argLine>${hbase-surefire.argLine} ${argLine}</argLine>
> + <argLine>${hbase-surefire.argLine}</argLine>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)