Maven经典错误之三:was cached in the local repository, resolution will not be reattempted until the upda

常见错误:

Multiple annotations found at this line:
- No plugin found for prefix 'war' in the current project and in the plugin groups [] available from the repositories [local (D:\Maven_3\maven\m2\repository), nexus (http://
xxxxx:18888/nexus/content/groups/public)]
- Failure to find org.apache.maven.plugins:maven-resources-plugin:jar:2.6 in http://xxxxx:18888/nexus/content/groups/public was cached in the local repository, 
resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced
 
 
was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced



解决方法:

将本地Maven仓库中已下载的相关依赖Jar删掉,从新build update工程即可.!


版权声明:本文为vtopqx原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。