linux下nexus搭建maven私有库自动打包
首先需要安装nexus:http://www.sonatype.org/nexus/go/
![]()
如上图所示
执行命令解压tar包
tar zxvf nexus-2.11.3-01-bundle.tar.gz
进入解压好的目录
cd nexus-2.11.3-01
进入bin目录运行nexus
cd bin
./nexus start
关闭nexus的命令是
./nexus stop
启动成功后打开浏览器键入URL
http://localhost:8081/nexus/index.html
点击这里登陆
默认账户:admin
默认密码:admin123