在ocProject打包报错
来源:3-6 ——如何使用源代码

慕圣3141138
2018-11-25
报错信息如下:
Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project ocProject: Execution default-install of goal org.apache.maven.plugins:maven-install-plugin:2.4:install failed: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failure to find org.codehaus.plexus:plexus-utils:jar:1.1 in http://localhost:8081/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of maven.net.cn has elapsed or updates are forced -> [Help 1]
[ERROR]
请问老师,怎样解决,谢谢
写回答
1回答
-
祁聪
2018-11-25
应该是maven的包没有down下来,到本地maven仓库中把这个包的目录删除掉,然后重新down一下
012018-11-25
相似问题