CentOS7 nexus 3 搭建maven或gradle 私有代理服务器

1.下载nexus 3, 选择与操作系统对应版本

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

2.解压nexus并运行:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

3.在浏览器中输入http://192.168.127.128:8081/,并以amdin为用户名,以admin123为密码进行登录:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

4.添加仓库地址:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

5.创建仓库:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

6.选择仓库类型:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

7.添加ibiblio仓库

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

8.把ibiblio仓库添加到public仓库为,对外提供统一代理服务:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

9.执行完上面所有步骤后,就可以用下面地址作为maven的代理访问地址:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

10.maven配置:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

11.gradle的配置:

CentOS7  nexus 3 搭建maven或gradle 私有代理服务器

此处并不是重点讲maven和gradle,具体maven和gradle的配置要自己单独学习maven和gradle的知识。

上一篇:.NET 中的依赖注入(二):入门示例


下一篇:python快速入门及进阶