nexus私服使用总结

nexus私服使用总结

目标:添加自定义的仓库 3rd-part 存储独立的jar包,如hasp\gun、cling等

一、增加仓库

二、添加独立的jar包

中央仓库地址:
默认地址:https://repo1.maven.org/maven2/
http://maven.repository.com/nexus/content/groups/public

新增代理仓库:关联http://maven.repository.com/中央仓库

maven setting.ini 配置



nexus

nuxus-public-repository

http://1270.0.1:8081/repository/maven-public/


*


nexus
nexus私服URL
http://192.168.1.28:8081/repository/maven-public/

true
always


true
always


...

posted @ 2020-12-10 17:38  windlog  阅读(187)  评论(0)    收藏  举报