利用 nexus 部署 maven 私库 nexus3 配置 Repository > Repositories 添加一个新的存储库 选择 maven2 (proxy) 输入以下项(其他使用默认值) Name maven-central Remote store https://maven.aliyun.com/repository/public 页面: 1 2
利用 nexus 布署私有 npm 仓库 布署 基于 docker 布署 nexus3。 docker pull sonatype/nexus3 docker volume create --name nexus-data docker run -d -p 8081:8081 --name nexus -v nexus-data:/nexus-data sonatype/nexus3 继续阅读 →