Maven私服Nexus搭建

1. 环境及要求

unix系统
当前 CentOS6.5 64bit

JDK1.8
当前 1.8.0_25

2. 安装方式

2.1. 下载安装包

下载地址:https://www.sonatype.com/download-nexus-repo-oss?submissionGuid=b4735fd0-d4ed-43de-a9c9-894fe3ecabbc

选择: NEXUS REPOSITORY MANAGER OSS 3.X - UNIX
获得:nexus-3.17.0-01-unix.tar.gz

2.2. 安装

解压 nexus-3.17.0-01-unix.tar.gz 有以下两个文件:
nexus-3.17.0-01 :包含nexus运行需要的文件
sonatype-work :包含nexus的配置文件、日志文件、仓库文件

2.3. 启动nexus

cd nexus-3.17.0-01
./bin/nexus run >> logs/log.log 2>&1 &

2.4. 安装成功

日志中出现以下信息说明安装成功

通过浏览器打开 http://localhost:8081
右上角登录,第一次登录的时候提示框中有 admin 用户密码的存放位置,例如当前提示我的 admin 密码文件于 /usr/local/nexus/sonatype-work/nexus3/admin.password 登录成功之后会提示修改密码

2.5. Nexus相关配置文件

nexus-3.17.0-01/bin/nexus.vmoptions
nexus-3.17.0-01/etc/nexus-default.properties //里面可以修改端口号(默认是8081)

原创文章,转载请注明: 转载自LoserZhao – 诗和远方[ http://www.loserzhao.com/ ]

本文链接地址: http://www.loserzhao.com/bigdata/maintenance/maven-nexus-configuration.html

文章的脚注信息由WordPress的wp-posturl插件自动生成

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

使用新浪微博登陆