releases User Project Release http://localhost:8081/nexus/content/repositories/releases/ ...
分类:
其他好文 时间:
2015-05-25 12:49:48
阅读次数:
176
maven 3.0.5 官方最新版本http://10.0.0.28:8081/nexus 管理员默认账户: admin 密码: admin123nexus 版本 是2.1.1 版本 服务器部署在10.0.0.28 /opt/yxt/nexus已经设置为后台启动私服地址:http://10.0.0....
分类:
其他好文 时间:
2015-05-25 12:45:18
阅读次数:
127
在cmd下执行以下代码: 计算机:\maven安装目录\bin>mvn deploy:deploy-file -DgroupId=org.sphx -DartifactId=sphinxapi -Dversion=1.0 -Dpackaging=jar -Dfile=D:\sphinxapi.jar -Durl=http://10.10.10.10:8800/n...
分类:
编程语言 时间:
2015-05-15 10:53:47
阅读次数:
188
一、软件准备 1、apache-maven-3.0-bin.tar.gz 下载地址:http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0-bin.tar.gz 2、nexus-oss-webapp-1.8.0-bundle.tar.gz 下载地址:http://nexus....
分类:
系统相关 时间:
2015-05-14 16:44:26
阅读次数:
218
在开发过程中,有的时候会碰到个别jar包在maven仓库中未提供的情况。比如flex相关的一些jar包。
如果自己公司没有私服,则可以通过自己下载jar包放在项目中,如:
再在pom.xml中添加本地依赖:
javabuilder
javabuilder
1.0
system
...
分类:
编程语言 时间:
2015-05-12 15:53:39
阅读次数:
179
1 2 3 nexus4 *5 http://106.186.119.85:8081/nexus/content/groups/public/6 7 nexus ...
分类:
其他好文 时间:
2015-05-06 17:12:41
阅读次数:
127
Maven介绍: Maven的具体介绍及安装说明可以参考: http://wentao365.iteye.com/blog/903396 http://jingyan.baidu.com/article/295430f136e8e00c7e0050b9.html Nexus介绍: Nexus的具体介绍及安装说明可以参考:...
分类:
其他好文 时间:
2015-04-29 17:44:11
阅读次数:
320
(转载说明: 作者:菩提树下的杨过 出处:http://yjmyzz.cnblogs.com )接上回继续,相信大家对maven每次都联网从国外站点下载依赖项的龟速网络已经不坎忍受了,今天先来看看如何搭建"仓库私服",目前nexus是使用比较广泛的私服软件之一,下面将介绍基本用法:一、到nex...
分类:
其他好文 时间:
2015-04-22 10:52:56
阅读次数:
151
本文将介绍公司里面常用的开源软件架构
版本管理工具Git:https://about.gitlab.com/
codereview工具phabricator ,可以和git集成:http://phabricator.org/
maven私服nexus:http://www.sonatype.org/nexus/
开发者常用工具
集成开发环境ideau:https://www.jetbrains.co...
分类:
其他好文 时间:
2015-04-20 11:17:45
阅读次数:
160
1、 软件a) 下载Nexus 地址:http://www.sonatype.org/downloads/nexus-2.1.2-bundle.tar.gzb) 如无特殊说明,本文档操作用户为nexusc) nexus默认的管理员用户名密码是:admin/admin1232、 安装a) 解压1 $ ...
分类:
其他好文 时间:
2015-04-15 19:04:05
阅读次数:
118