1.Error: cannot change version of project facet dynamic web module to 3.0
1.1 修改web.xml
Servlet 3.0 Web Application
1.2 找到工程目录,修改.setting/org.eclipse.wst.common.project.facet.core.xml文件
直接手动修改jst.web对应的version即可。
然后,项目右键-->Maven-->Update Project
2.Error: JavaServer Faces 2.2 can not be installed : One or more constraints have not been satisfied
修改web.xml文件
Servlet 3.0 Web Application
3.Error: JAX-RS (REST Web Services) 2.0 can not be installed : One or more constraints have not been satisfied
修改pom.xml文件,在<build>中加入如下语句。
mvntest org.apache.maven.plugins maven-compiler-plugin
以上问题经常同时出现,暴力一点,把文件都改了,就没问题了。至于问题出现的原因,还没有深层的追究,希望各位大神能指点一下。