上传jar到nexus的thirdparty第三方库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了上传jar到nexus的thirdparty第三方库相关的知识,希望对你有一定的参考价值。
1、在apache-maven-3.3.9confsettings.xml中添加
mvn deploy:deploy-file
-DgroupId=com.aliyuncs.dybaseapi
-DartifactId=aliyuncs-dybaseapi
-Dversion=1.0.0
-Dpackaging=jar
-DrepositoryId=thirdparty
-Dfile=aliyun-java-sdk-dybaseapi-1.0.0-SNAPSHOT.jar
-Durl=http://XXX.XXX.XX.XXX:8081/nexus/content/repositories/thirdparty/
以上是关于上传jar到nexus的thirdparty第三方库的主要内容,如果未能解决你的问题,请参考以下文章