【maven】ecplise新建maven项目 报错Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin

在ecplise上新建maven项目 报错:

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6

对于这个问题的解决方法:

删除maven库里面文件:C:\Users\Administrator\.m2\repository\org\apache\maven\plugins这个文件夹下的所有文件

注意自己maven库的位置。

 

然后重启ecplise,新建maven项目即可

时间: 2024-09-17 13:19:45

【maven】ecplise新建maven项目 报错Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin的相关文章

maven新建web项目报错Failure to transfer org.codehaus.plexus:plexus:pom:2.0.5

问题描述 maven新建web项目报错Failure to transfer org.codehaus.plexus:plexus:pom:2.0.5 Failure to transfer org.codehaus.plexus:plexus:pom:2.0.5 from http://repo.maven.apache.org/ maven2 was cached in the local repository, resolution will not be reattempted unti

新建MVC4项目报错如下

问题描述 entityframework5.0.0无法初始化powershell主机,如果你的powershell执行策略设置为allsigned,请先打开程序包管理器以初始化该主机 解决方案 解决方案二:安装以下powershell版本可解决问题:(适用xpsp3)WindowsXP-KB968930-x86-CHS.exe一.注册表:HKEY--LOCAL--MACHINE/SOFTWARE/POWERSHELL/1/INSTALL把值1改成0二.添加/删除:删除掉旧的powershell三

ASP.NET MVC4创建项目报错!!!!!!

问题描述 新安装的vs2012,新建MVC4项目报错,报错如图:但是我新建MVC3项目却没有任何报错,NuGet也装完了.求指教吧.还能怎么办.也试过修复vs2012. 解决方案 解决方案二:菜鸟帮顶,能不能重装下.net解决方案三:把VS关了重开再重建一下看看,要是还不行就重装VS

初步接触maven,新建个项目后,run as->maven clean报错

问题描述 初步接触maven,新建个项目后,run as->maven clean报错 错误: 找不到或无法加载主类 $M2_HOME 但我环境变量都已经设置过M2_HOME,为什么会有这个错误 如果我在cmd环境下,运行是没有错误的 解决方案 IDE的maven环境没设置 解决方案二: eclipse-->run as --> maven test 中文乱码Maven clean报错---------------------- 解决方案三: 但我eclipse里面已经配置了额,而且还和

myeclipse-新建maven项目报错,求大神帮帮我

问题描述 新建maven项目报错,求大神帮帮我 我用的是myeclipse2015 ,apache-maven-3.3.9,每当新建maven项目时报 错, An internal error occurred during: "Retrieving archetypes:". GC overhead limit exceeded, 一直报这个错误,无法创建,怎么才能解决,百度上的试了都不行,来个大神帮帮我 解决方案 把Eclipse的堆内存调大一点:http://jingyan.ba

maven myeclipse-新建Maven项目报错,提示连接不上中央存储库

问题描述 新建Maven项目报错,提示连接不上中央存储库 CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:

异常-maven创建项目报错,哪位大牛帮忙看一下。

问题描述 maven创建项目报错,哪位大牛帮忙看一下. 创建maven时候告诉我无法创建,提示我jar包版本有问题吧?公司刚用,我也是刚学,求指导,具体错误见图片! 解决方案 那个插件换个低一点的版本,仓库里找不到 解决方案二: maven环境没配置好,主要是检查你的配置环境.然后查看eclipse上是不是设置了引用maven仓库的jar包呢?

maven-MyEclipse8.5 中 Maven项目报错

问题描述 MyEclipse8.5 中 Maven项目报错 这可怎么办 解决方案 更新maven失败.你看一下,http://maven.oschina.net你能连接上不.是不是你们公司网络限制了.还有就是这个链接是否正确,是否存在. 解决方案二: 公司网络没有限制,链接正确可访问 解决方案三: 配置有问题, http://jingyan.baidu.com/article/4f7d5712aa9c631a201927ea.htmlmyeclipse下maven的配置安装 解决方案四: 试试:

maven创建项目报错-Maven创建项目报错,archetype:create创建报错

问题描述 Maven创建项目报错,archetype:create创建报错 使用mvn archetype:create创建maven的web项目报错. mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=myWebApp -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false 各位大神们看看什么问题呀! 然而使用mvn archetype:g