Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-2091

Typo in build instructions in Apex Runner's README.md

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • runner-apex
    • None

    Description

      Apex Runner contains build instructions.

      Due to a malformed dash in -DskipTests the build will fail with missing goal:

      [ERROR] Unknown lifecycle phase "‐DskipTests". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
      

      The fix is trivial: replace the strange dash (0x90) with a proper one (0x2d).

      Attachments

        Issue Links

          Activity

            People

              tibor.kiss@gmail.com Tibor Kiss
              tibor.kiss@gmail.com Tibor Kiss
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: