idea编译war包失败 找不到web.xml文件

  • Post author:
  • Post category:其他


**



idea编译war包失败 找不到web.xml文件

Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project child2: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)

**

添加

<properties>
        <failOnMissingWebXml>false</failOnMissingWebXml>
 </properties>



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