maven Nexus 搭建本地中央仓库。

maven 网络中央仓库占用大量的网络资源,所以构建本地中央仓库。

过程如下:

下载地址:

http://www.sonatype.org/nexus/archived

我用的是1.6的

[root@cloudil-server linux-x86-64]# pwd
/root/Downloads/nexus-oss-webapp-1.6.0/bin/jsw/linux-x86-64

[root@cloudil-server linux-x86-64]# ./nexus start
Starting Nexus OSS...
Started Nexus OSS.

点击login

admin  admin123登录

原文地址:https://www.cnblogs.com/bokun-wang/p/3284757.html