webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.3:war (default-war) on project core: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]

maven-war-plugin3.0.0版本以下強依賴web.xml,必須在webapp/WEB-INF目錄下創建一個web.xml文件
maven-war-plugin3.0.0版本以上就可有可無了

org.apache.maven.plugins
maven-war-plugin
3.0.0

tuling


WEB-INF/classes/*.properties


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章