[ERROR] Failed to execute goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:redeploy (default-cli) on project coreservlets: Execution default-cli of goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:redeploy failed: Plugin org.apache.tomcat.maven:tomcat7-maven-plugin:2.1 or one of its dependencies could not be resolved: Failure to find org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.37 in http://localhost:8081/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-> [Help 1] 出現(xiàn)此錯(cuò)誤時(shí):was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced 解決辦法:去自己的.m2 文件夾下把 xxx.lastUpdated文件全部刪掉,重新運(yùn)行maven,ok!或者在用maven時(shí)加 -U參數(shù),就可以忽略xxx.lastUpdated.. |
|