[
https://issues.apache.org/jira/browse/HBASE-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated HBASE-14586:
-----------------------------------
Status: Open (was: Patch Available)
This change breaks HBASE-8808.
To test: {{mvn clean package -Dtest=TestCheckTestClasses
-Dhbase.skip-jacoco=false}}.
The unit test will run when the hbase-server module is built. If HBASE-8808
changes are working properly, you'll see at the 'report' phase:
{noformat}
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @
hbase-server ---
[INFO] Analyzed bundle 'Apache HBase - Server' with 1595 classes
{noformat}
If argLine isn't set correctly, i.e. after this patch is applied, instead
you'll see a message about how jacoco didn't run due to a missing "exec" file.
> 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)