`

maven项目pom.xml报错: Failure to transfer org.apache.maven.plugins:maven-surefire-pl

阅读更多

maven项目pom.xml报错: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.X.X from

maven项目pom.xml报错:

Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.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
原因是maven的plugin并未下载到本地.
打开maven的本地库...\repository\org\apache\maven\plugins\maven-surefire-plugin\2.10会发现:里面少只有一个maven-surefire-plugin-2.10.pom.lastUpdated,而没有maven-surefire-plugin-2.10.jar
解决方法: 
1.删除maven-surefire-plugin-2.7.1.pom.lastUpdated文件
2.右键点击project -> Maven - Update Dependencies
分享到:
评论

相关推荐

    maven-surefire-plugin-2.22.1.jar

    maven-surefire-plugin-2.22.1.jar

    maven-surefire-plugin/2.22.1.rar

    idea中maven项目右侧插件红线,可能需要手动导入架包等文件,直接把压缩包考进去就行。我的F:\maven_repository\org\apache\maven\plugins\maven-surefire-plugin文件夹下

    maven-surefire:Apache Maven Surefire

    为贡献Maven社区项目文件 使用 , , 发展信息使用Maven 3.1.0+和JDK 1.8+构建Surefire项目。 为了在投票期间运行测试以进行发布检查,需要以下内存要求: 在Linux / Unix上: export MAVEN_OPTS="-server -Xmx512m ...

    Maven权威指南 很精典的学习教程,比ANT更好用

    Maven权威指南 Authors Tim O'Brien (Sonatype, Inc.) , John Casey (Sonatype, Inc.) , Brian Fox (Sonatype, Inc.) , Bruce Snyder () , Jason Van Zyl (Sonatype, Inc.) , Juven Xu () Abstract Maven权威指南...

    maven的优缺点 项目

    <artifactId>maven-surefire-plugin <!-- true表示跳过测试类 --> <skip>true <!-- 配置一下JDK的版本 --> <groupId>org.apache.maven.plugins <artifactId>maven-...

    maven-test:这是一个Maven项目,用于测试库

    pom.xml嵌入插件: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.2</version> <executions> <execution> <phase>package</phase> <goals> ...

    maven-cucumber-reporting:Maven Mojo进行Cucumber报告

    Maven mojo进行Cucumber报告-将其放入pom.xml并运行mvn verify以便在target/cucumber-... <groupId>org.apache.maven.plugins <artifactId>maven-surefire-plugin <testFailureIgnore>true</testFailureI

    BurningGlass:Shital文件

    “无法在项目burningGlass上执行目标org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test(默认测试):存在测试失败。 要解决此问题,我们应该说surefire插件在测试失败时将其忽略。 如下更新pom.xml...

    前端-后端java的Util类的工具类

    │ │ surefire-report.html │ │ taglist.html │ │ team-list.html │ │ │ ├─apidocs │ │ index.html │ │ │ ├─cobertura │ │ │ coverage.xml │ │ │ frame-packages.html │ │ │ frame-...

    pentaho-kettle-master.zip

    pex.: public class MyTest { @ClassRule public static RestorePDIEnvironment env = new RestorePDIEnvironment(); #setUp()... @Test public void testSomething() { assertTrue( myMethod() ); }...

    1st-java-spring

    [错误]无法在项目spring-petclinic上执行目标org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test(默认测试):存在测试失败。 pom.xml에插件추가하여해결 SpringPetClinic样品申请 通过一些图表了解...

    Selenide Exporter for Katalon Recorder-crx插件

    语言:English (United States) 将Katalon录像机浏览器操作导出到...命令行:mvn“-dsurefire.skipafterfailurecount = 1”测试POM: org.apache.maven.plugins </ groupID> Maven-Surefire-Plugin </ ARIFACTID>

Global site tag (gtag.js) - Google Analytics