WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')   
在使用Maven 编译项目的时候会出现  
[WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored  
解决方法:  
<plugin> 
<groupId>org.apache.maven.plugins</groupId>

<artifactId>maven-war-plugin</artifactId>

<version>2.1.1</version>

<configuration> 
<!-- http://maven.apache.org/plugins/maven-war-plugin/ -->

<packagingExcludes>WEB-INF/web.xml</packagingExcludes>

</configuration>

</plugin>

最新文章

  1. 最短JS判断是否为IE6(IE的写法)
  2. Orleans 之 监控工具的使用
  3. 微信公众号与HTML 5混合模式揭秘1——如何部署JSSDK
  4. Lucene中string docvalues使用utf-16的优化
  5. 使用Docker
  6. windows 下文件的高级操作
  7. 51 nod 1188 最大公约数之和 V2
  8. Ambari REST API 使用介绍 - How To: Use Swagger with Ambari (Explore Ambari REST)
  9. WebApi Owin OAuth
  10. Linux 典型应用之远程连接SSH
  11. LeetCode OJ 238. Product of Array Except Self 解题报告
  12. unity在一个对象上挂多个一样的脚本怎么获取
  13. canvas使用2
  14. SAP HR模块的基础数据表和增强配置
  15. TensorFlow入门案例
  16. Python 函数修饰符(装饰器)的使用
  17. EXTJS 5 学习笔记2 - Components
  18. VirtualBox 4.3.18 启动虚拟机时显示不能加载 R3模块并退出故障解决一例
  19. Project Browser &amp; Inspector
  20. pycharm Python解释器的配置--可以指定批处理文件为解释器

热门文章

  1. 使用DataReader读取数据
  2. 关于css的优先级
  3. main()和_tmain()有什么区别
  4. #pragma section
  5. (原)vs2013编译boost1.60库
  6. [Leetcode] Sort Colors (C++)
  7. Direct2D 几何图形绘制基础
  8. WPF下YUV播放的D3D解决方案
  9. html css 笔记
  10. Eclipse Clojure 开发插件