Ошибки сборки репозитория Maven - PullRequest
0 голосов
/ 30 января 2020

Я пытаюсь создать репозиторий Maven, но получаю ошибки ниже. Может ли кто-нибудь помочь?

 Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-
     plugin:3.8.0:compile (execution: default-compile, phase: compile)
    - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-
     plugin:3.8.0:testCompile (execution: default-testCompile, phase: test-compile)
    - CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.8.0 or 
     one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-
     compiler-plugin:jar:3.8.0: ArtifactResolutionException: Failure to transfer org.apache.maven.plugins:maven-compiler-
     plugin:pom:3.8.0 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be 
     reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact 
     org.apache.maven.plugins:maven-compiler-plugin:pom:3.8.0 from/to central (https://repo.maven.apache.org/maven2): 
     repo.maven.apache.org
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...