IDEA Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executin

一、错误信息 :Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)

二、错误分析:

     按照错误信息的意思是没有找到部署描述符web.xml,通常maven项目的网站根目录为“webapp”,目录结构为app-web\src\main\webapp,

不过我用的IntelliJ IDEA建的项目所以根目录为“web”。

三、解决方法

      1、工程右键选择 Open  Module  Setting (F4)

 

2、单击 ok ,build通过


版权声明:本文为helllochun原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。