You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zach York (Jira)" <ji...@apache.org> on 2020/12/05 01:00:01 UTC

[jira] [Created] (HBASE-25362) Quoting in hbase-vote script fails build with empty ""

Zach York created HBASE-25362:
---------------------------------

             Summary: Quoting in hbase-vote script fails build with empty ""
                 Key: HBASE-25362
                 URL: https://issues.apache.org/jira/browse/HBASE-25362
             Project: HBase
          Issue Type: Bug
    Affects Versions: 3.0.0-alpha-1, 2.4.1
            Reporter: Zach York
            Assignee: Zach York


HBASE-25085 added support for maven options to be passed into the hbase-vote script. However, with the quoting on my machine it fails if I do not pass in any maven opts:

      * Signature: ok
        * Checksum : ok
        * Rat check (1.8.0_92): failed
         - mvn clean apache-rat:check ""
        * Built from source (1.8.0_92): failed
         - mvn clean install -DskipTests ""
        * Unit tests pass (1.8.0_92): failed
         - mvn package -P runAllTests "" -Dsurefire.rerunFailingTestsCount=3

Notice the "" and the build failed due to unknown lifecycle ""



--
This message was sent by Atlassian Jira
(v8.3.4#803005)