idea编译war包失败 找不到web.xml文件
2021/7/27 23:38:07
本文主要是介绍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>
这篇关于idea编译war包失败 找不到web.xml文件的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-16XMLHTTPRequest项目实战入门教程
- 2024-11-14XMLHTTPRequest教程:初学者必备指南
- 2024-10-10XMLHTTPRequest项目实战:从入门到上手
- 2024-02-26lxml not found please install it
- 2022-09-16使用Druid数据源-开启监控-xml的方式-配置类的方式
- 2022-09-08IDEA中pom.xml配置文件依赖文件版本号报红的最有效解决办法
- 2022-09-05如何更换项目中web.xml的版本
- 2022-09-02使用dom4j xml解析文件数据
- 2022-08-24可扩展标记语言——XML
- 2022-08-23mybatis 配置文件mybatis.xml的加载过程