您现在的位置是:首页 > 电脑技术查询 > web开发

eclipse maven异常“Project configuration is not up-to-date with pom.xml. Run proje”

编辑:chaxungu时间:2022-10-10 23:24:20分类:web开发

eclipse maven错误“Project configuration is not up-to-date with pom.xml. Run proje”

导入maven工程后,出现如下错误:

 

Description    Resource    Path    Location    Type
Project configuration is not up-to-date with pom.xml. Run project configuration update    rdc        line 1    Maven Configuration Problem

 

解决办法就是:

 

右键项目,【Maven】--》【Update Project Configuration...】即可。。。

 

 

 

转自:http://lxs647.iteye.com/blog/1274975

 

--end