标签:点击 .com .net net jdk1.7 conf 安装包 scheduled 索引
官网下载nexus-2.12安装包,地址:https://sonatype-download.global.ssl.fastly.net/nexus/oss/nexus-2.12.0-01-bundle.tar.gz
此版本需要预先安装jdk1.7
解压后,用命令【./bin/nexus start】来启动
nexus有如下一些控制命令:
console | start | stop | restart | status | dump
如果服务器上安装了其他的JDK版本,而且不方便更换,则可以在配置文件【nexus-2.12.0-01/bin/jsw/conf/wrapper.conf】中,指定相应的jdk版本来运行nexus,方法如下:
wrapper.java.command=/home/test/jdk1.7.0_79/bin/java
Central 仓库,是用来代理maven中央仓库中发布版本构件的仓库。在此需要打开远程下载开关,点击【Central】->【configuration】,在设置【Download Remote Indexes=True】
远程仓库地址:http://repo1.maven.org/maven2/
在nexus界面登陆了之后,选择【Administration】->【Scheduled Tasks】,点击【Add】按钮,输入如下参数,则nexus会每天18:35定时更新索引。
标签:点击 .com .net net jdk1.7 conf 安装包 scheduled 索引
原文地址:http://www.cnblogs.com/yucy/p/7509564.html