我在InteliIdea中的maven(pom.xml)中出现了这个错误:
无法传输org.springframework.boot:spring-boot-starter-parent:pom:1.5.6.来自https://repo.maven.apache.org/maven2的版本已缓存在本地存储库中,在经过central的更新间隔或强制更新之前,将不会重新尝试解决。原始错误:无法传输项目org.springframework.boot:spring-boot-starter-parent:pom:1.5.6。从/向central发布(https://repo.maven.apache.org/maven2):连接重置。无法传输org.springframework.boot:spring-boot-starter-parent:pom:1.5.6.来自https://repo.maven.apache.org/maven2的版本已缓存在本地存储库中,在经过central的更新间隔或强制更新之前,将不会重新尝试解决。原始错误:无法传输项目org.springframework.boot:spring-boot-starter-parent:pom:1.5.6。从/向central发布(https://repo.maven.apache.org/maven2):连接重置。
我怎样才能修复这个问题?我在窗口
您可以尝试使用spring-boot=stater-parent
的较低版本,您可以尝试使用1.4.6.release
版本或1.3.5.release
版本。您还可以将以下代码存档:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.5.RELEASE</version>
<type>pom</type>
</dependency>
“描述资源路径位置类型ArtifactDescriptoRexception:无法读取org.slf4j:slf4j-api:jar:1.5.6:ArtifactResolutionException:无法将org.slf4j:slf4j-api:pom:1.5.6从http://repo.Maven.apache.org/maven2缓存在本地存储库中,在central的更新间隔已过或强制更新之
我正在尝试设置apache流。在下面的pom.xml中。当我添加 pom文件出现错误,表示:在这行发现多个注释:-无法传输org.glassfish.hk2:hk2-utils:jar:2.4.0-b34 http://maven.apache.org/xsd/maven-4.0.0.xsd“>4.0.0com.IoT.app.Kafka iot-kafka-producer 1.1.0 IoT
我所尝试的: 根据此线程编辑settings.xml文件时,无法将工件org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1from/to central(http://repo1.maven.org/maven2) 正在删除Maven中的.m2文件夹 使缓存无效并重新启动 我见过很多stackoverflow帖子,但不幸的是,它们似乎都不
我使用了Java8并将其升级到Java11,但当我为新的Spring Boot项目设置时,在pom.xml中出现以下错误: 第一次创建项目时的pom.xml是: 然后自从我使用了java 11,我就变成了: 当我构建我的项目时,它向我展示:
当我尝试在ubuntu linux(14.x)上从jenkins(作为maven项目)启动pom.xml时,我得到了以下错误。请帮我做同样的事。 [ERROR]未能在项目UI上执行goal org.apache.maven.plugin:maven-surefire-plugin:2.19.1:test(default-test)-test:执行default-test of goal org.a