**
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>