我试图在本地运行我的基于maven的spring proyect而没有pom修改但它不起作用,我得到以下错误(用http://172.24.14.196:8888替换$ {IP}因为我的等级不能发布超过2个链接):
[INFO]扫描项目...... 正在下载:$ {IP} /archiva/repository/internal/org/springframework/boot/spring-boot-starter-parent/2.0.0.BUILD-SNAPSHOT/maven-metadata.xml [警告]无法从/向archiva.central传输元数据org.springframework.boot:spring-boot-starter-parent:2.0.0.BUILD-SNAPSHOT / maven-metadata.xml($ {IP} 172.24.14.196:8888 / archiva / repository / internal /):连接到172.24.14.196:8888 [/172.24.14.196]失败:连接超时:连接 正在下载:$ {IP} /archiva/repository/internal/org/springframework/boot/spring-boot-starter-parent/2.0.0.BUILD-SNAPSHOT/spring-boot-starter-parent-2.0.0.BUILD-SNAPSHOT .pom [错误]构建无法读取1个项目 - > [帮助1] [错误] [错误]项目co.com.spicy:Shapers:0.0.1-SNAPSHOT(E:\ shapers \ pom.xml)有1个错误 [错误]不可解析的父POM:无法从/向archiva.central传送工件org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.BUILD-SNAPSHOT($ {IP} / archiva / repository / internal /):连接到172.24.14.196:8888 [/172.24.14.196]失败:连接超时:connect和'parent.relativePath'指向无本地POM @第14行,第13列 - > [帮助2] [错误] [错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。 [ERROR]使用-X开关重新运行Maven以启用完整的调试日志记录。 [错误] [错误]有关错误和可能解决方案的更多信息,请阅读以下文章: [错误] [帮助1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [错误] [帮助2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
看起来像spring-boot-starter它没有从archiva中心连接而且无法加载资源,我怎样才能手动加载这些资源或者我的问题是什么?
我使用的是相同的配置:
答案 0 :(得分:0)
如果archiva中缺少spring-boot依赖项,您可以从spring存储库下载它们。
将其添加到pom.xml
\s