码迷,mamicode.com
首页 > Web开发 > 详细

Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in

时间:2015-05-10 15:49:01      阅读:383      评论:0      收藏:0      [点我收藏+]

标签:error   pre   inf   existing   web-inf   

执行Maven Install打包的时候,出现以下错误信息:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project pro-test: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

产生该错误的原因是“webapp”目录下缺少“WEB-INF”目录,缺少“WEB-INF/web.xml”文件。
技术分享

Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in

标签:error   pre   inf   existing   web-inf   

原文地址:http://blog.csdn.net/testcs_dn/article/details/45620907

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!