eclipse在创建maven-web项目时,发现有以下错误:

Description    Resource    Path    Location    Type
Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix.    test-maven-web        line 1    Maven Configuration Problem

Resource	Path	Location	Type Project configuration is not up-to-date with pom.xml. Run Ma

解决方案如下:

 第一步,选择项目,点击Maven->Update Project...


Resource	Path	Location	Type Project configuration is not up-to-date with pom.xml. Run Ma

第二步:选中项目后,点击ok

Resource	Path	Location	Type Project configuration is not up-to-date with pom.xml. Run Ma

搞定。

相关文章: