Description Resource Path Location Type
Could not calculate build plan: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 in nexus (http://maven.tedu.cn/nexus/content/groups/public/) sb Unknown Maven Problem
在pom.xml文件中加入maven-resources-plugin配置
org.apache.maven.plugins
maven-resources-plugin
2.4.3
在pom.xml文件中加入maven-resources-plugin配置
dependency
/ groupId>org.apache.maven.plugins / artifactId>maven-resources-plugin / version>2.4.3</version
/dependency
符号你自己加吧
这是一个maven插件,pom配个依赖,如果配了看下是否下载到本地仓库了,若没有下载则看下中央仓库是否有这个包(pom中相应的版本),如果中央仓库有,则本地仓库删掉,重新install
大哥!!!你的http://maven.tedu.cn/nexus/content/groups/public/库404所以找不到!!
解决方案:方案1.解决你的远程库404问题,更改远端库路径
方案2.自行下载需要的jar放到本地库中
方案3.在项目pom文件中声明可是使用的远程库