- ALL
- java33
- linux32
- 工具17
- 其他14
- 数据库6
- vue5
- nas5
- 前端5
- git4
- ai3
- framework3
- windows3
- 脚本2
- app2
- docker2
- hexo2
- 智能家居2
- 小程序2
- maven2
- spring2
- mysql1
- api1
- 资源1
- markdown1
- 安全1
- question1
- python1
- 数据传输1
- 数据结构1
- nginx1
2024年发布到maven中心库的新方式
maven公共库deploy方式修改
发布工具包至maven中心库
注册
引用站外地址
在maven中心库注册
注册
提出工单
查看审核记录
gpg密钥
下载位置
# 密钥生成
gpg --gen-key
# 上传公钥
gpg --keyserver hkp://keyserver.ubuntu.com:80 --send-keys 公钥
# 查看公钥是否上传成功
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 公钥
配置maven setting.xml
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:sch ...