Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
2.0.0
-
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
- links to