标签:
一、发现问题
建立maven项目后,pom.xml在显示红叉。鼠标放上去,显示Executiondefault-testResources of goalorg.apache.maven.plugins:maven-resources-plugin:2.4.3错误。
二、原因分析
缺少maven-resources-plugin-2.4.3.jar或该文件下载不对,可到repository\org\apache\maven\plugins\maven-resources-plugin\文件夹看看下载是否正确。
或删除该文件又一次下载。
三、解决的方法
步骤一:
pom.xml文件增加
<dependency>
</dependency>
maven项目建立pom.xml报无法解析org.apache.maven.plugins:maven-resources-plugin:2.4.3
标签:
原文地址:http://www.cnblogs.com/bhlsheji/p/5123361.html