1、下载nexus
http://www.sonatype.org/nexus/go/
2、解压
tar -zvxf nexus-2.11.4-01-bundle.tar.gz
3、加入系统变量
vi /etc/profile 加入export RUN_AS_USER=root
4、启动nexus
cd /mnt/server/nexus-2.11.4-01/bin ./nexus start
5、访问http://127.0.0.1:8081/nexus/
默认用户名密码:admin/admin123
hosted 类型的仓库,内部项目的发布仓库 releases 内部的模块中release模块的发布仓库 snapshots 发布内部的SNAPSHOT模块的仓库 3rd party 第三方依赖的仓库,这个数据通常是由内部人员自行下载之后发布上去 proxy 类型的仓库,从远程中央仓库中寻找数据的仓库 group 类型的仓库,组仓库用来方便我