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.

 

maven Nexus 搭建本地中央仓库。_第1张图片

 

点击login

admin  admin123登录

 

 

 

 

 

 

你可能感兴趣的:(maven,nexus)