有没有一种快速的方法可以手动将一堆带有 poms 的工件 jar 上传到 archive?
Web UI 很笨重,而且由于 archiva 位于内部网络上,因此向其添加新的更新和内容是一个艰苦的过程。
是否存在脚本或其他东西可以完成将 archive 同步到本地 Maven 存储库的工作?
The web UI is clunky, and since archiva is on the internal network, adding new updates and things to it is a painstaking process.
Does there exist a script or something that'll do the job of syncing up archiva to a local maven repo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道有这样的工具,我认为最好的选择是在
deploy:deploy-file
之上编写一些脚本。I'm not aware of such a tool, your best bet is IMO to script something on top of
deploy:deploy-file
.现在有一些人向 Archiva 提出了这个请求 - 我鼓励您为该问题投票 MRM-第875章
A few people have now requested this for Archiva - I'd encourage you to vote for the issue MRM-875