您的位置:首页 > 其它

Sonatype Nexus

2015-02-05 16:16 651 查看

(记录):Nexus   为maven建立本地内部仓库:

1、\conf\   相关配置文件  如:nexus.properties文件

对应配置可看内容

# Sonatype Nexus

# ==============

# This is the most basic configuration of Nexus.

RUN_AS_USER=root

# Jetty section

application-port=8081

application-host=0.0.0.0

nexus-webapp=${bundleBasedir}/nexus

nexus-webapp-context-path=/nexus

# Nexus section

nexus-work=${bundleBasedir}/../sonatype-work/nexus

runtime=${bundleBasedir}/nexus/WEB-INF

pr.encryptor.publicKeyPath=/apr/public-key.txt

2、对应用户名和密码 开启服务 访问测试:http://127.0.0.1:8081/nexus/

3、配置nexus 

开启远程索引下载

在网页左边Administration菜单下面的Repositories,找到右边仓库列表中的三个仓库Apache Snapshots,Codehaus Snapshots和Maven Central,然后再没有仓库的configuration下把Download Remote Indexes修改为true。

然后在Apache Snapshots,Codehaus Snapshots和Maven Central这三个仓库上分别右键,选择Repari Index

关于创建仓库:http://blog.csdn.net/ichsonx/article/details/14642897
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Nexus sonatype maven