maven cannot change version of project facet dynamic web module to 3.0を解決します。

1949 ワード

[img]http://dl2.iteye.com/upload/attachment/0116/1631/717cc6cb-ca5c-3d48-b5a2-412065aebcbd.png[img]
mavenはweb-apを設立した後、JDK 1.7を選択します。Dynamic Web Module 3.0の修正方法は選択できません。
第一歩:まずJDK 1.7を選択します。
ステップ2:pom.xml追加を修正する:



org.apache.maven.plugins
maven-compiler-plugin
3.0

1.7
1.7



[img]http://dl2.iteye.com/upload/attachment/0116/1633/c535a93e-69aa-351c-a52d-244e036755a3.png[img]
ステップ3:ヘッドファイル全体を修正/WEB/web.xmlに置換する


xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">

Archetype Created Web Application


[img]http://dl2.iteye.com/upload/attachment/0116/1635/0924fe34-041f-318a-9877-c8dbebff07c9.png[img]
ステップ4:プロジェクトディレクトリ下の\ssbm\.settings\org.eclipse.wsts.com.project.facet.com.xmlファイルを修正します。
2.3 3.0に変更







[img]http://dl2.iteye.com/upload/attachment/0116/1637/604450cd-1b4e-33e6-a177-e169859316ae.png[img]
完了
[img]http://dl2.iteye.com/upload/attachment/0116/1639/957b23db-6654-37cd-afc4-994ff342f33c.png[img]