码迷,mamicode.com
首页 > 其他好文 > 详细

Maven项目常见的小问题

时间:2017-10-30 19:52:26      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:小问题   maven   方案   nbsp   cache   tps   date   xml文件   文件   

pom.xml文件头报错

场景

例Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository

解决方案

  • 找到本地maven仓库中maven-surefire-plugin对应的版本文件夹(一般在..\repository\org\apache\maven\plugins下),然后删除文件夹中maven-surefire-plugin-2.12.4.pom.lastUpdated
  • 右键点击项目 -> Maven -> Update Dependencies,问题就可以解决了

 

Maven项目常见的小问题

标签:小问题   maven   方案   nbsp   cache   tps   date   xml文件   文件   

原文地址:http://www.cnblogs.com/htyj/p/7755672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!