Maven 配置nexus仓库 POM文件报错
POM文件报错信息
Multiple annotations found at this line:
- Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.5:resources
failed: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be
resolved: Failed to collect dependencies for org.apache.maven.plugins:maven-resources-plugin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
1.先把缓存文件先清掉:
del /S /F /Q m2e-lastUpdated.properties
del /S /F /Q *.jar.lastUpdated
2.检查本地私服是否正常启动
3.检查远程的代理服务是否正常
你的本地镜像正常启动了吗