传包到私有库
Posted goblinn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了传包到私有库相关的知识,希望对你有一定的参考价值。
mvn deploy:deploy-file -DgroupId=com.xx -DartifactId=xx-sdk -Dversion=xx-SNAPSHOT -Dpackaging=jar -Dfile=openapi-sdk-6.0.jar -Durl=xx -DrepositoryId=nexus-snapshots
用maven命令上传包到私有库,
-Dversion 有点坑,上传到哪种库,就得用哪种后缀的版本
-DrepositoryId 使用maven里配置的id。
以上是关于传包到私有库的主要内容,如果未能解决你的问题,请参考以下文章