maven 配置阿里云镜像,以及本地仓库,系统环境变量配置

settings,xml

阿里云镜像:

       

<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

 

本地仓库:

<localRepository>H:\maven repository</localRepository>

系统环境变量

M2_HOME:H:\apache-maven-3.8.1

path添加:H:\apache-maven-3.8.1\bin

上一篇:使用Nexus搭建maven私服


下一篇:Caused by: org.gradle.api.resources.ResourceException: Could not get resource ‘https://maven.google.