Tibor Kiss created BEAM-2091:
--------------------------------
Summary: Typo in build instructions in Apex Runner's README.md
Key: BEAM-2091
URL: https://issues.apache.org/jira/browse/BEAM-2091
Project: Beam
Issue Type: Bug
Components: runner-apex
Affects Versions: First stable release
Reporter: Tibor Kiss
Assignee: Tibor Kiss
Priority: Trivial
Apex Runner contains [build
instructions|https://github.com/apache/beam/blame/master/runners/apex/README.md#L47].
Due to a malformed dash in {{-DskipTests}} the build will fail with missing
goal:
{code}
[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]
{code}
The fix is trivial: replace the strange dash (0x90) with a proper one (0x2d).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)