Nexus是一个Maven的包管理平台 可以搭建自己的Maven源
安装流程
- 执行
wget http://www.sonatype.org/downloads/nexus-latest-bundle.tar.gz
- 解压二进制包
tar -xvzf nexus-latest-bundle.tar.gz
- 进入目录
nexus-2.14.3-02
- 修改网站路径
vi conf/nexus.properties
中的nexus-webapp-context-path=/nexus
去掉/后面的内容 - 修改启动脚本
vi bin/nexus
修改#RUN_AS_USER=
为RUN_AS_USER=root
即可使用 root 启动 - 启动服务器
./bin/nexus start