2017年10月6日

如何把jar包发布到maven私服

摘要: 1.格式 mvn deploy:deploy-file -DgroupId=com.qiyi -DartifactId=sphinx -Dversion=1.0 -Dpackaging=jar -Dfile=D:\sphinxapi.jar -Durl=[url] -DrepositoryId=[i 阅读全文

posted @ 2017-10-06 19:02 clearriver 阅读(191) 评论(0) 推荐(0) 编辑

利用github搭建个人maven仓库

摘要: 之前看到有开源项目用了github来做maven仓库,寻思自己也做一个。研究了下,记录下。 简单来说,共有三步: 配置local file maven仓库 deploy到本地 maven可以通过http, ftp, ssh等deploy到远程服务器,也可以deploy到本地文件系统里。 例如把项目d 阅读全文

posted @ 2017-10-06 18:55 clearriver 阅读(165) 评论(0) 推荐(0) 编辑

导航