阿里云云效将本地的maven相关文件批量推送到阿里云仓库以及使用

  1. 创建制品仓库
  1. 选择创建maven仓库
  1. 拉取(使用)/推送
  • 拉取或者推送选择不同tab有相关说明
  • 拉取的setting.xml 可以通过点击下载链接直接下载使用
  • 下列页面会进行一个脱敏操作
    • 可以点击右侧红框的眼睛按钮查看脱敏数据
    • 或者直接点击复制按钮,复制的内容的脱敏数据不会进行脱敏直接粘贴就可以使用
  1. 选择从本地文件批量上传

4.1 下载迁移工具

工具下载地址:https://agent-install-beijing.oss-cn-beijing.aliyuncs.com/artifact-migration-0.0.2-jar-with-dependencies.jar

4.2 启动脚本

shell 复制代码
java -jar artifact-migration-0.0.2-jar-with-dependencies.jar migrate --source-dir="D:\.m2\repository" --target-repo-url="https://packages.aliyun.com/68xxxxxxxxxx/maven/repo-xx" --target-repo-username="60bexxxxxxx" --target-repo-password="xxxxxxxxx"
  • --source-dir: 本地仓库地址
  • --target-repo-url: 会自动生成
  • --target-repo-username&--target-repo-password如下图所示
  1. 上传后的包可以在包列表中查看(配置对应setting.xml可以拉取仓库内容)
相关推荐
u***457521 分钟前
SpringBoot Maven 项目 pom 中的 plugin 插件用法整理
spring boot·后端·maven
x***133938 分钟前
MySQL 篇 - Java 连接 MySQL 数据库并实现数据交互
java·数据库·mysql
xuanzdhc42 分钟前
Gitgit
java·linux·运维·服务器·c++·git
无心水1 小时前
【Python实战进阶】7、Python条件与循环实战详解:从基础语法到高级技巧
android·java·python·python列表推导式·python条件语句·python循环语句·python实战案例
一点★1 小时前
“equals”与“==”、“hashCode”的区别和使用场景
java·开发语言
N***H4861 小时前
SpringCloud实战十三:Gateway之 Spring Cloud Gateway 动态路由
java·spring cloud·gateway
s***w1122 小时前
SpringMVC新版本踩坑[已解决]
java
老李头喽2 小时前
走进单元测试
java·单元测试
就叫飞六吧2 小时前
Spring MVC 接口命名为什么会有 *.do/actions等身影?
java·spring·mvc
葡萄成熟时 !2 小时前
黑马学生管理系统
java·开发语言