ошибка maven для https://github.com/googleapis/java-translate - PullRequest
1 голос
/ 01 мая 2020

Я пытаюсь получить файл jar для использования API перевода Google для java. Я скачал pom. xml из https://github.com/googleapis/java-translate. Затем наберите 'mvn install' и получили ошибки:

$ mvn install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module D:\googleTranslation\proto-google-cloud-translate-v3beta1 of D:\googleTranslation\pom.xml does not exist @
[ERROR] Child module D:\googleTranslation\proto-google-cloud-translate-v3 of D:\googleTranslation\pom.xml does not exist @
[ERROR] Child module D:\googleTranslation\grpc-google-cloud-translate-v3beta1 of D:\googleTranslation\pom.xml does not exist @
[ERROR] Child module D:\googleTranslation\grpc-google-cloud-translate-v3 of D:\googleTranslation\pom.xml does not exist @
[ERROR] Child module D:\googleTranslation\google-cloud-translate of D:\googleTranslation\pom.xml does not exist @
[ERROR] Child module D:\googleTranslation\google-cloud-translate-bom of D:\googleTranslation\pom.xml does not exist @

Что мне не хватает? Будем благодарны вам за любую информацию. Заранее спасибо.

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