Я пытаюсь получить файл 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 @
Что мне не хватает? Будем благодарны вам за любую информацию. Заранее спасибо.