nexus搭建私有maven仓库

1、环境准备,虚拟机centos6.10

解压jdk安装包

nexus搭建私有maven仓库_第1张图片
image.png

配置java环境变量
vim ~/.bashrc

nexus搭建私有maven仓库_第2张图片
image.png
2、下载nexus

下载地址:
https://help.sonatype.com/repomanager2/download/download-archives---repository-manager-oss

nexus搭建私有maven仓库_第3张图片
image.png
2、安装、启动nexus

解压到需要的目录下

nexus搭建私有maven仓库_第4张图片
image.png

进入启动目录下
/root/awin/nexus/nexus-2.14.9-01/bin

nexus搭建私有maven仓库_第5张图片
image.png
3、防火墙配置,开启8081端口

进入目录

nexus搭建私有maven仓库_第6张图片
image.png

iptables

nexus搭建私有maven仓库_第7张图片
image.png

ip6tables

nexus搭建私有maven仓库_第8张图片
image.png

重启iptables服务 service iptables restart

nexus搭建私有maven仓库_第9张图片
image.png

查看iptables状态 service iptables status

nexus搭建私有maven仓库_第10张图片
image.png
4、web访问

http://192.168.1.166:8081/nexus/#welcome

nexus搭建私有maven仓库_第11张图片
image.png
nexus搭建私有maven仓库_第12张图片
image.png
5、私服仓库配置(未完待续)

你可能感兴趣的:(nexus搭建私有maven仓库)