maven项目创建——异常:Cannot detect Web Project version
Posted 阿a志
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven项目创建——异常:Cannot detect Web Project version相关的知识,希望对你有一定的参考价值。
Cannot detect Web Project version. Please specify version of Web Project through <version> configuration property of war plugin. E.g.: <plugin> <artifactId>maven-war-plugin</artifactId> <configuration> <version>3.0</version> </configuration> </plugin>
创建maven项目是pom.xml文件头出现以上错误,原因不详。
解决方案:
以上是关于maven项目创建——异常:Cannot detect Web Project version的主要内容,如果未能解决你的问题,请参考以下文章
IDEA创建maven项目时,报错[FATAL_ERROR] Cannot start Maven: Cannot find JRE '1.7'
使用maven创建项目和cannot change version web module 3.0
maven构建web项目,cannot be cast to javax.servlet.Servlet
idea创建第一个maven项目报错:Cannot resolve plugin org.apache.maven.pluginsmaven-clean-plugin2.5
maven error: 用maven下载的spring jar包出现该异常 cannot be read or is not a valid ZIP file
解决maven web项目Cannot detect Web Project version. Please specify version of Web Project through...的错误