为Nexus配置阿里云代理仓库

Posted 大茅坑的小石头

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为Nexus配置阿里云代理仓库相关的知识,希望对你有一定的参考价值。

Nexus默认远程仓库为https://repo1.maven.org/maven2/,慢死,还常连不上。

为Nexus配置阿里云代理仓库_json

为Nexus配置阿里云代理仓库_maven_02

 

添加阿里云代理仓库

添加库

为Nexus配置阿里云代理仓库_maven_03

 

为Nexus配置阿里云代理仓库_maven_04

 

为Nexus配置阿里云代理仓库_json_05

 

其他默认,翻到最下面,点create repository

 

 

为Nexus配置阿里云代理仓库_json_06

显示 Ready to Connect就OK了

为Nexus配置阿里云代理仓库_json_07

 

把aliyun添加到仓库组中,记得把aliyun排在central上边

为Nexus配置阿里云代理仓库_xml_08

 

为Nexus配置阿里云代理仓库_xml_09

 

为Nexus配置阿里云代理仓库_xml_10

 

使用

 

我们在pom.xml中添加


<dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.8</version> </dependency>

库里面就有了,从阿里云下载到私服了,哈哈

为Nexus配置阿里云代理仓库_maven_11

 

 

 

 


以上是关于为Nexus配置阿里云代理仓库的主要内容,如果未能解决你的问题,请参考以下文章

Maven仓库从Nexus迁移到JFrog Artifactory踩坑

jcenter() 找不到 阿里云代理地址

maven入门基础:创建nexus代理仓库

为本地Maven配置代理仓库服务

阿里云 maven仓库地址配置

aliyun阿里云Maven仓库配置