web.xml is missing and is set to true,eclipse maven項目pom報錯

####好惡心的報錯啊,連續遇到3次,還是忘了如何解決的。所以這次要記錄下來:

maven pom報這個錯,找不到web.xml。

web.xml is missing and <failOnMissingWebXml> is set to true

####解決辦法:右鍵項目 選擇properties ->deployment assembly 找到這個東西,在裏面add ->folder然後找到你的webapp文件夾,選中。然後ok。當然你的webxml 必須在webapp下面。否則不行。
最後clean一把項目,就OK了。

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