[
https://issues.apache.org/jira/browse/HBASE-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951463#comment-14951463
]
Duo Zhang commented on HBASE-14586:
-----------------------------------
Can you please verify if jacoco coverage is still working after this change?
The jacoco-maven-plugin will also set argLine to attach the agent lib and some
configurations, see this http://stackoverflow.com/a/25774988
Of course this is not the only solution, maybe we have already fixed this
problem at other place in the pom, so just give a try.
Thanks.
> Remove extraneous ${argLine} references in pom
> ----------------------------------------------
>
> 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
> Attachments: hbase-14586.001.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)