IDEA maven编译项目,总是报“Clean up the broken artifacts data (.lastUpdated files) and reload the project.”,确认idea的maven配置, maven settting文件中的仓库与镜像,均没有问题。
灵光一现,有mvn命令行编译。 果然,依赖包可以下载,编译成。
到IDEA,"file"--->"revalidate cache" -----> "revalidate cache and restart"
reload maven project,终于可以了。
不知道为什么,开始时,IDEA为什么不能够下载依赖包