jar missing 出现的一些问题:
1:Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.5
2:....略
解决方法:
a.单击项目,右键Build Path-->Configure Build Path—>Libraries
b.展开Maven Dependencies ,找到报错missing的jar,记住他所在本地仓库的路径
c.找到对应本地仓库的路径,若自目录下有,"maven-resources-plugin-2.5.pom.lastUpdated" ,没有jar包,则删除*.lastUpdated文件
d.项目右键-->Maven4MyEclipse-->Update Dependencies
e.OK,如果还报错,说明你的pom中这个jar 在你的私服上不存在,更新私服索引或者手动添加jar 即可