我是靠谱客的博主 优美铃铛,这篇文章主要介绍maven项目出现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文件了。

最后

以上就是优美铃铛最近收集整理的关于maven项目出现web.xml is missing and is set to true错误的解决办法的全部内容,更多相关maven项目出现web.xml内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(137)

评论列表共有 0 条评论

立即
投稿
返回
顶部