You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Wang (JIRA)" <ji...@apache.org> on 2015/10/10 01:28:05 UTC

[jira] [Updated] (HBASE-14586) Remove extraneous ${argLine} references in pom

     [ https://issues.apache.org/jira/browse/HBASE-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Wang updated HBASE-14586:
--------------------------------
    Attachment: hbase-14586.001.patch

Patch attached, I also removed what looks like a stale comment.

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