错误整理

  1. 当从git或者svn上下载maven工程,父工程不带M时

选中项目,右键Configure,选择Convert to Maven Projecthtml

 

  1. maven项目的子项目报红色感叹号,pom.xml报错,maven install控制台报错http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

 

 

 

三、http://blog.csdn.net/u014683538/article/details/61196791   eclipse从git上导入maven项目时遇到的问题。(参考该网址)java

 

      1. SNAPSHOT

 

 

四、maven新建web项目提示The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Pathgit

在pom.xml中添加:<dependency>web

<groupId>javax.servlet</groupId>apache

<artifactId>javax.servlet-api</artifactId>api

<version>3.0.1</version>eclipse

<scope>provided</scope>maven

</dependency>ide

相关文章
相关标签/搜索