[
https://issues.apache.org/jira/browse/HBASE-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14953675#comment-14953675
]
Andrew Wang commented on HBASE-14586:
-------------------------------------
Thanks for the reviews all. To provide a little more color about the issue I'm
trying to fix, invoking the surefire:test goal doesn't work with this error:
{noformat}
-> % mvn surefire:test -f hbase-server/pom.xml -Dtest=TestRecoveredEdits
...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Error: Could not find or load main class ${argLine}
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
{noformat}
Maybe we could have a maven profile that enables jacoco? Or perhaps there is a
better maven-y way of doing this. I'll experiment and update.
> 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, 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)