【发布时间】:2017-01-11 22:32:02
【问题描述】:
每当我尝试构建我的 Spring 项目时,我都会在日志中收到以下错误。 谁能帮帮我?
[WARNING] Could not transfer metadata org.springframework:spring-core:3.2.1.SPR-10124-SNAPSHOT/maven-metadata.xml from/to tinkerpop-repository (like--//tinkerpop.com/maven2): Access denied to link-->//tinkerpop.com/maven2/org/springframework/spring-core/3.2.1.SPR-10124-SNAPSHOT/maven-metadata.xml. Error code 403, Forbidden
[WARNING] Failure to transfer org.springframework:spring-core:3.2.1.SPR-10124-SNAPSHOT/maven-metadata.xml from link: //tinkerpop.com/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of tinkerpop-repository has elapsed or updates are forced. Original error: Could not transfer metadata org.springframework:spring-core:3.2.1.SPR-10124-SNAPSHOT/maven-metadata.xml from/to tinkerpop-repository (link://tinkerpop.com/maven2): Access denied to link---//tinkerpop.com/maven2/org/springframework/spring-core/3.2.1.SPR-10124-SNAPSHOT/maven-metadata.xml. Error code 403, Forbidden
【问题讨论】:
-
不知道你用的是什么类型的仓库`link://tinkerpop.com/maven2`?这是内部存储库管理器吗?此外,网址看起来很奇怪......
-
tinkerpop.com/maven2/org/springframework/spring-beans/… 这个存储库我没有在任何地方配置。不知道在哪里配置的
标签: java spring maven build maven-metadata