windows 下载、安装nexus3.7 博客分类: maven windowsnexus下载安装启动
程序员文章站
2024-03-23 11:10:04
...
据说nexus3.x需要 jdk1.8
nexus3.7内置jre1.8,内置的jre在nexus第一次启动时初始化
下载地址
https://www.sonatype.com/download-oss-sonatype
https://help.sonatype.com/display/NXRM3/Download
3.x历史版本
https://help.sonatype.com/display/NXRM3/Download+Archives+-+Repository+Manager+3
安装
nexus-3.7.1-02-win64.zip (linux使用nexus-3.7.1-02-unix.tar.gz)
解压zip,
D:\Program Files\nexus-3.7.1-02-win64
nexus-3.7.1-02
sonatype-work (下载的文件会放到这个目录下)
运行
cmd
cd D:\Program Files\nexus-3.7.1-02-win64\nexus-3.7.1-02\bin
nexus.exe /run
另外
运行nexus.exe /install Nexus Service命令,可以吧nexus安装为服务
访问
nexus 私有仓库配置 maven私服配置
http://happyqing.iteye.com/blog/2000151
参考:
Windows环境使用Nexus-3.x搭建Maven私服
http://blog.csdn.net/xyzjl/article/details/53148398