web.xml is missing and is set to true


转自:http://stackoverflow.com/questions/31835033/web-xml-is-missing-and-failonmissingwebxml-is-set-to-true

使用maven创建web项目时,可能会出现如下错误:

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

此问题的解决办法:

1. 右键点击Project Explorer中的Deployment Descriptor

2. 选择Generate Deployment Descriptor Stub

这样就能生成src/main/webapp/WEB_INF/web.xml文件了。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM