标签:改变 als term base display style roc off 下载
对Maven的设置都通过修改其自带的setting.xml进行,打开Maven所在的文件夹->config文件夹->使用编辑器打开setting.xml。由于Maven自身的镜像国内使用速度慢的离谱,所 以首先我们设置其下载镜像为国内的镜像,在setting.xml第159行左右的位置插入如下代码:
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
mvn install:install-file -Dfile=D:\selenium-server-standalone-3.141.59.jar -DgroupId=selenium-hou -DartifactId=selenium-server-standalone -Dversion=3.141.59 -Dpackaging=jar
导入jar包前可以看看https://mvnrepository.com/有无此jar包,有可以直接引用
标签:改变 als term base display style roc off 下载
原文地址:https://www.cnblogs.com/meijuan123/p/14340185.html