Cannot change version of project facet Dynamic Web Module to 2.5?

Another way is to edit the project facet configuration file itself: org.eclipse.wst.common.project.facet.core.xml

Change the dynamic web module version in this line to 3.0 - <installed facet="jst.web" version="2.5"/>

And then Maven -> Update Project

You'll find this file in the .settings directory within the Eclipse project.

你可能感兴趣的:(Cannot change version of project facet Dynamic Web Module to 2.5?)