Развернуть kotlin gradle проект в облаке IBM - PullRequest
0 голосов
/ 27 апреля 2020

Я пытаюсь развернуть приложение Java в IBM Cloud через командную строку и получаю следующую ошибку, связанную с POM (я использую gradle):

[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/app). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException

FAILED
Failed to execute the action:  exit status 1: The command '/bin/sh -c ./mvnw 
install' returned a non-zero code: 1


FAILED
Unable to tag the Run image 'fulltactbackend' to the Docker registry due to: 
exit status 1

exit status 1
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...