博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
部署本地jar到maven私服仓库
阅读量:6810 次
发布时间:2019-06-26

本文共 1707 字,大约阅读时间需要 5 分钟。

  hot3.png

##settings.xml

thirdparty
admin
admin
nexus
nexus
local private nexus
http://xxxx:8081/nexus/content/groups/public/
true
false
nexus-snapshots
local private nexus
http://xxxx:8081/nexus/content/groups/public-snapshots/
false
true
nexus
local private nexus
http://xxxx:8081/nexus/content/groups/public/
true
false
nexus-snapshots
local private nexus
http://xxxx:8081/nexus/content/groups/public-snapshots/
false
true
nexus

##deploy

mvn deploy:deploy-file \-DgroupId=com.xixicat \-DartifactId=ojdbc14 \-Dversion=10.2.0.4.0 \-Dpackaging=jar \-Dfile=/Users/xixicat/ojdbc14.jar \-Durl=http://localhost:9090/nexus-2.2-01/content/repositories/thirdparty/ \-DrepositoryId=thirdparty

转载于:https://my.oschina.net/go4it/blog/890992

你可能感兴趣的文章