码迷,mamicode.com
首页 > 其他好文 > 详细

nexus + ivy 搭建lib仓库

时间:2014-12-01 20:38:38      阅读:345      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   使用   sp   文件   on   art   bs   

1、nexus安装与启动

Nexus官方下载地址:http://www.sonatype.org/nexus/go,目前最新的版本是2.7.2。

Nexu安装非常容易,因为它内嵌了Jetty,只要有JRE救能直接运行。解压Nexu包会得到两个目录nexus-2.7.2-03和sonatype-work,sonatype-work是默认仓库目录。运行、安装都是使用nexus-2.7.2-03/bin/nexus.bat文件,它的使用方式:

        Usage:nexus.bat { console : start : stop : restart : install : uninstall }

其中console是控制台方式运行,install是以windows service寄存,uninstall是下载windows service,start是运行windows service,stop是停止windows service,restart是重启windows service,。

Nexus默认端口是8081,可以在nexus-2.7.1-01/conf/nexus.properties中修改,启动后就可以通过地址:http://localhost/:8081/nexus 来访问了。

nexus + ivy 搭建lib仓库

标签:http   ar   os   使用   sp   文件   on   art   bs   

原文地址:http://www.cnblogs.com/iyjhabc/p/4135791.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!