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

完整错误信息:
Description Resource Path Location Type
Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem

解决方案:

右键项目-->maven-->update project

出现新的错误

尝试修改web版本 失败

打开项目工程目录  .setting文件夹  修改org.eclipse.wst.common.project.facet.core.xml文件

修改web.xml 版本改为3.0

保存后 refresh 项目 然后右键项目-->maven-->update project

即可解决

------------恢复内容结束------------

原文地址:https://www.cnblogs.com/mytangyh/p/12418667.html

时间: 2024-10-12 15:29:09

Project configuration is not up-to-date with pom.xml.错误的相关文章

引入Maven project 时报 Project configuration is not up-to-date with pom.xml 错误

当引入Maven project 项目时,Maven项目报 Project configuration is not up-to-date with pom.xml 错误! 可以选中 对应的项目 --->Maven------>Update project....

【转载】Project configuration is not up-to-date with pom.xml错误解决方法

导入一个Maven项目之后发现有一个如下的错误: Project configuration is not up-to-date with pom.xml. Run project configuration update 其实这个问题解决非常简单: 在项目上右键——[Maven]——[Update Project Configuration……] 这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok 这样就搞定了. 出处:http://b

【Maven】Project configuration is not up-to-date with pom.xml错误解决方法

导入一个Maven项目之后发现有一个例如以下的错误: Project configuration is not up-to-date with pom.xml. Run project configuration update 事实上这个问题解决很easy: 在项目上右键--[Maven]--[Update Project Configuration--] 这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok 这样就搞定了.

Project configuration is not up-to-date with pom.xml错误解决方法 (

导入一个Maven项目之后发现有一个如下的错误: Project configuration is not up-to-date with pom.xml. Run project configuration update 其实这个问题解决非常简单: 在项目上右键——[Maven]——[Update Project Configuration……] 这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok 这样就搞定了.

Maven Project configuration is not up-to-date with pom.xml错误解决方法

导入一个Maven项目之后发现有一个如下的错误: Project configuration is not up-to-date with pom.xml. Run project configuration update 其实这个问题解决非常简单: 在项目上右键——[Maven]——[Update Project Configuration……] 这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok 这样就搞定了.

【实战问题】【11】导入Maven项目后报错,Project configuration is not up-to-date with pom.xml. Run project configuration update

正文: 在项目上右键——[Maven]——[Update Project Configuration……] 这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok 参考博客: [Maven]Project configuration is not up-to-date with pom.xml错误解决方法_MacroCheng_新浪博客http://blog.sina.com.cn/s/blog_62f987620100x8xb.html 原

Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix

完整错误信息: Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge-web line 1 Maven Configuration Problem 解决办法: Project configuration is not up-to-date with pom.xml.

Project configuration is not up-to-date with pom.xml. Run Maven->Update Project

在导入一个Maven项目之后发现有一个如下的错误: Project configuration is not up-to-date with pom.xml. Run project configuration update     解决办法1: 较老的Eclipse版本: 在项目上右键——[Maven]——[Update Project Configuration……]这时会打开一个(Update Maven Dependencies)的对话框,然后勾选住出错的项目,点击Ok这样就搞定了. 比

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

一.异常信息: 导入或者新建maven工程后,出现如下错误: Project configuration is not up-to-date with pom.xml. Run project configuration update   rdc     line 1    Maven Configuration Problem 二.解决方案: 右键项目,[Maven]-->[Update Project Configuration...]即可...