标签:
在intellij中创建maven项目时,添加 selenium 依赖包时下载不到远程依赖包报错,需要手动添加jar包到本地仓库
推荐几个好的 Maven 常用仓库网址:
http://mvnrepository.com/
http://search.maven.org/
http://repository.sonatype.org/content/groups/public/
http://people.apache.org/repo/m2-snapshot-repository/
http://people.apache.org/repo/m2-incubating-repository/
手动安装时不需要改变这些信息。
Maven 安装 JAR 包的命令是:
标签:
原文地址:http://www.cnblogs.com/yuanchunli/p/5509575.html