maven nexus 3 third party 构件上传
Posted 丁应思
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven nexus 3 third party 构件上传相关的知识,希望对你有一定的参考价值。
mvn -e deploy:deploy-file -DgroupId=com.oracle -DartifactId=JDBCDriver -Dversion=12.0.1 -Dpackaging=jar -Dfile=E:\\Oracle.jar -Durl=http://localhost:8081/repository/third-party/ -DrepositoryId=third-party
注意:<server><id>third-party</id><username>admin</username><password>admin123</password></server>中的id名称"third-party"一定要和mvn deploy命令中的-DrepositoryId="third-party"一致,为仓库名称;username和password为nexus登录的用户名和密码。
新版本的nexus3已经支持上传第三方构件,如图:
以上是关于maven nexus 3 third party 构件上传的主要内容,如果未能解决你的问题,请参考以下文章