`

Eclipse创建maven项目时报错:

阅读更多
maven-resources-plugin:2.5 or one of its dependencies could

Eclipse创建maven简单项目时,报错:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5

---------------------

本文来自 xuefeng0707 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/xuefeng0707/article/details/42157311?utm_source=copy
本人解决方法:
修改settings.xml,添加:
<mirror>         <id>Central</id>         <url>http://repo1.maven.org/maven2</url>         <mirrorOf>central</mirrorOf>     </mirror>
而后删除项目重新创建,或者Force Update

---------------------

本文来自 xuefeng0707 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/xuefeng0707/article/details/42157311?utm_source=copy
分享到:
评论

相关推荐

    Maven报错: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources

    idea创建Maven项目时,报错显示Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources,并且Maven插件内看不到 mybatis-generator。如下图: 折腾了好久发现配置放错地方了,...

    archetype-catalog.xml

    使用Eclipse整合Maven后,创建项目时报错:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories

    稀缺资源Eclipse archetype-catalog.xml

    Eclipse Maven 创建Web 项目报错 Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap 之前找了很久才找到了,传上来更大家共享下,希望对大家有帮助,欢迎下载或者永久保存。

    Eclipse archetype-catalog.xml

    Eclipse Maven 创建Web 项目报错 Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap

    maven_archetype-catalog.zip

    下载到本地的catalog配置文件,加载到eclipse会速度更快!!!解决使用Eclipse自带的Maven插件创建Web项目时报错

    完整版本-Eclipse archetype-catalog.xml.zip

    资源是我从其他地方整理的,欢迎大家来下载,资源还不错。 Eclipse Maven 创建Web 项目报错 Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap

    archetype-catalog.zip

    Eclipse Maven 创建Web 项目报错 Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any...

    基于SpringBoot+Vue实现的内容管理系统CMS源码+数据库

    创建好maven项目后,会开始从maven服务器下载第三方jar包(如spring等),需要一定时间,请耐心等待。(另外:Eclipse中会出现红叉的错误警告,如是JavaScript或HTML报错则无需理会,不影响程序正常运行。这是由于...

    Intellij-IDEA-Tutorial-Smart:Intellij IDEA 中文教程

    搭建项目篇导入项目 总结导入eclipse项目(非maven,非gradle)导入maven项目导入gradle项目web项目集成Tomcatweb项目集成Jetty创建普通的Java SE项目创建SSH+Maven的web项目创建SSH+Gradle的web项目五.疑难杂症篇...

    基于SpringMVC+Spring+MyBatis开发的个人博客网站-毕业设计.zip

    确保你安装了 Maven(如果maven加载pom报错,发现不是自己配置的maven,请到setting中修改成自己的maven仓库) 本项目有使用到redis,所以运行项目前先启动redis服务,并在redis.properties配置你的redis 请给你的...

Global site tag (gtag.js) - Google Analytics