Project configuration is not up-to-date with pom.xml

来源:互联网 发布:sae python 微信开发 编辑:程序博客网 时间:2024/05/18 00:16

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


导入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...】即可。。。

 

 

0 0