服务器程序员札记:解决Cannot change version of project facet Dynamic web module to 3.0

在eclipse中创建maven web 工程,项目偶尔会出现报错:Cannot change version of project facet Dynamic web module to 3.0。

解决方法为:

在Navigator视图中打开.settings文件夹下的org.eclipse.wst.common.project.facet.core.xml文件,

设置:

设置:

打开web.xml,

设置:web-app标签的version属性为3.0。修正相应的xsi:schemaLocation。

然后右击工程,在弹出菜单中执行Maven -> Update Project

你可能感兴趣的:(服务器程序员札记:解决Cannot change version of project facet Dynamic web module to 3.0)