Maven 私服搭建

1.下载

地址

2.安装


# 解压
tar -zxvf nexus-3.34.1-01-unix.tar.gz
# 修改端口
nexus-3.34.1-01/etc/nexus-default.properties
# 启动
./nexus-3.34.1-01/bin/nexus start
./nexus-3.34.1-01/bin/nexus stop

# 查看运行状态
./nexus status

# 开启防火墙端口

# 访问地址
ip:端口
# 初始用户密码
admin
sonatype-work/nexus3/admin.password

上一篇:Cisco Nexus 9000v Switch,NX-OS Release 10.2(1) F


下一篇:Maven私服搭建(Nexus Repository Manager 3)