java myeclipse 运行maven报错,求帮忙解答,谢谢!

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java myeclipse 运行maven报错,求帮忙解答,谢谢!相关的知识,希望对你有一定的参考价值。

[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR] The project AL:AL:1.0 (E:\workspaces\AL\pom.xml) has 1 error
[ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> version (?) vs 3.8.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/ProjectBuildingException

参考技术A junit:junit:jar

是不是在同一个pom文件多次引用了
但是版本不一致?追问

不会的,在eclipse8.5中就可以,但在myeclipse9.0中就有问题。是不是junit:junit:jar -> version (?) vs 3.8.1这个版本有问题?应该怎么改呢?

追答


xxx
junit:junit
xxx

找到junit的引入那
改下version

myeclipse之SVN导入maven工程报错

通过myeclispe的SVN插件导入maven项目,jsp页面报错和pom.xml报错

 

jsp页面报错:

  在Build Path中加入server的elibraries或者web app libraries

 

pom.xml报错:

  右键项目--》Maven4MyEclipse或者Maven--》Update Dependencise

  我试了还是报错,看了一下,有些jar包没从仓库下载下来,应该是网络问题,所以我直接去另外一台电脑拷贝了一份jar包仓库

  或者在仓库搜索.pom.lastUpload文件,把这些下载失败的jar文件删除,然后重新update一下就行了

以上是关于java myeclipse 运行maven报错,求帮忙解答,谢谢!的主要内容,如果未能解决你的问题,请参考以下文章

myeclipse创建maven项目后pom文件报错,

myeclipse之SVN导入maven工程报错

myEclipse检出的maven项目,pom.xml首行报错

myeclipse启动maven报错

以前用的MyEclipse,现在公司用IDEA,刚刚建立一个maven 的web 项目,报错如下:

myeclipse 10安装maven后,pom.xml文件报错,改如何解决?