Nexus 支持批量上传工件吗?
我想知道我们是否可以将工件批量上传到 Nexus 的存储库中。
I wanted to know if we can have mass upload of artifacts to the repository in Nexus.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想知道我们是否可以将工件批量上传到 Nexus 的存储库中。
I wanted to know if we can have mass upload of artifacts to the repository in Nexus.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您可以通过多种方式完成此操作:
You can do it in a variety of ways:
使用 Nexus 存储库转换工具创建版本和基于本地 .m2 文件夹的快照文件夹,然后将这些文件夹的内容移至 [sonatype-work]/storage/[repository-name]。
Use the Nexus Repository Conversion Tool to create Release and Snapshot folders based on your local .m2 folder and then move the contents of those folders into [sonatype-work]/storage/[repository-name].
首先使用我的脚本
Use my script to begin with