下载maven之后第三方依赖下载不了,一直报错http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
我以前遇到过类似的问题,有的jar包在maven仓库里面下载不到,需要引入第三方的仓库
maven里面配置repository
看下setting.xml文件servers里是配置id,username,password 你看下是否配对