随笔分类 -  Maven

摘要:在eclipse中创建的Maven工程默认的运行环境为JDK1.5,如果想修改JDK的版本,无非是右键项目点击Build Path->Configure Build Path修改JDK信息->在Java Compiler选择相应的版本->保存修改。这样虽然可... 阅读全文
posted @ 2019-01-11 16:44 向上的蜗牛 阅读(376) 评论(0) 推荐(0)
摘要:报错如下:Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins解决方法:出现该错误是因为jar包版本不匹配可以将~.m2\repository的org.apa... 阅读全文
posted @ 2019-01-11 16:44 向上的蜗牛 阅读(2322) 评论(0) 推荐(0)
摘要:今天在用eclipse写项目时碰到这个问题也是十分蒙蔽了The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path以下是我的解决方法:eclipse... 阅读全文
posted @ 2019-01-11 16:44 向上的蜗牛 阅读(156) 评论(0) 推荐(0)
摘要:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-war-plugin:2.2 or one of its dependencies could not be reso... 阅读全文
posted @ 2019-01-11 16:44 向上的蜗牛 阅读(1283) 评论(0) 推荐(1)