maven 不能设置为web3.0人解决方法

错误: Description    Resource    Path    Location    Type Cannot change version of project facet Dynamic Web Module to 3.0.   



以下是在GG搜索到的。http://stackoverflow.com/questions/75786/eclipse-how-can-i-change-a-project-facet-from-tomcat-6-to-tomcat-5-5


首先在硬盘下找到  \项目名\.setting\文件夹下的   org.eclipse.wst.common.project.facet.core.xml  xml文件。




  
  
  
  

将jst.web,的version改成3.0.


然后在eclipse里右键该工程--maven--updateProject即可。。


你可能感兴趣的:(javaweb)