Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.4

mark一下,供参考。


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


解决办法:删除本地仓库的maven-war-plugin2.4版本,文件夹,重新加载即可。

你可能感兴趣的:(maven)