Windows下nexus-3.*搭建Maven私服
1、下载
从官网下载https://help.sonatype.com/display/NXRM3/Download 选择Windows archive https://download.sonatype.com/nexus/3/latest-win64.zip 进行下载
2、安装
下载后得到一个zip文件,放到你要安装的目录解压即可
3、配置服务
进入到安装目录C:\nexus-3\bin 下,使用nexus.exe /install <optional-service-name> 进行服务安装,默认服务为nexus
,注意用管理员打开cmd控制台
服务启停卸载
nexus.exe /start <optional-service-name>
nexus.exe /stop <optional-service-name>
nexus.exe /uninstall <optional-service-name>
仓库配置详见官方文档:https://help.sonatype.com/display/NXRM3/Repository+Management