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

**

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>
上一篇:springboot项目打包为jar包和war包


下一篇:tomcat项目打包docker镜像