windows搭建maven私库使用nexus3

1、下载nexus3

链接:https://www.sonatype.com/download-oss-sonatype
windows搭建maven私库使用nexus3

2、解压nexus3的zip包,找到\nexus-3.3.1-01\bin文件夹打开并在搜索框输入cmd回车

windows搭建maven私库使用nexus3

3.命令行窗口输入命令nexus.exe/run -> 回车

等待几分钟后,控制台出现“Started Sonatype Nexus OSS 3.3.1-01”表示启动成功,并且在bin文件夹下生成“nexus.vmoptions”文件,该文件为配置文件。
windows搭建maven私库使用nexus3

4、打开浏览器,访问http://127.0.0.1:8081/ 默认8081端口。安装成功!

文章参考:http://www.zhimengzhe.com/windows/307899.html