使用Maven命令上传snapshots版本jar到Maven私服

使用Maven命令上传snapshots版本jar到Maven私服

例如:
mvn deploy:deploy-file -DgroupId=com.baidu.test -DartifactId=hello-service-interface -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=C:\maven\apache-maven-3\repository\com\baidu\test\hello-service-interface\1.0.0-SNAPSHOT\hello-service-interface-1.0.0.jar -Durl=https://test.nexus.com/repository/maven-snapshots -DrepositoryId=nexus

前提

本地maven的settings.xml已配置好私服地址。
注意service的id。
在这里插入图片描述

技术名词解释

例如:

  • -DgroupId 为
  • -DartifactId 为
  • -Dversion 为 版本号
  • -Dpackaging 固定为 jar
  • -Durl 为 私服地址
  • -DrepositoryId 为 maven的settings.xml中的

技术细节

每一个错误可能都没法儿上传。
要在本地maven打开cmd黑窗口。
注意DrepositoryId 一定要是,不然无法上传。
Durl注意https,以及末尾不要有/。

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值