本文
搭建私有库的软件
从文档:https://maven.apache.org/repository-management.html可看出
仓库管理软件很多,放在第一位的肯定是官方推荐的。
下载
https://archiva.apache.org/download.cgi
运行
1 | ./bin/archiva console (Linux, Mac, Solaris) |
console的日志会打印在终端,还有以下参数: console | start | stop | restart | status | dump
默认是8080端口,访问 http://localhost:8080 即可.
基本使用
新建一个admin用户
修改配置
默认是有2个仓库: internal和snapshot,访问http://localhost:8080/repository/internal/就可以
看到熟悉的软件列表。
直接修改~/.m2/setting.xml
的mirror就行,全部依赖就会从本地去获取,本地没有再从中央仓库拉取:
1 | <settings> |
高级使用
修改中心仓库地址,改为更快的镜像: