如何防止以前部署的工件被覆盖?

发布于 2024-11-17 01:42:58 字数 207 浏览 2 评论 0原文

我们使用 Artifactory 作为我们公司的 Maven 存储库。有没有办法对其进行设置(或设置 Maven),以便在存在具有相同版本号的预先存在的工件时无法将工件部署到存储库?

这样做的原因是为了确保有效的版本不会意外被覆盖。如果某个工件确实需要重新部署,我们的开发人员之一可以使用 Artifactory Web 界面将其删除。然后他们可以部署新副本。

谢谢!

We use Artifactory for our company's Maven repository. Is there a way to set it up (or set Maven up) so that an artifact can't be deployed to the repository if there is a pre-existing artifact with the same version number?

The reasoning for this is to make sure that valid releases don't accidentally get overwritten. If an artifact really does need to be re-deployed, one of our developers can use the Artifactory web interface to delete it. Then they can deploy the new copy.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

把人绕傻吧 2024-11-24 01:42:58

通过撤销目标存储库上部署用户\组的“删除”权限,可以轻松实现这一点;工件删除和工件重新部署都需要删除权限。

所有用户\组权限均可在 UI 中编辑,位置为管理 -> 安全性 -> 权限
另请参阅管理权限

This is easily achieved by revoking the "Delete" permission from the deploying users\groups on the target repository; the delete permission is required for both artifact removal and artifact re-deployment.

All user\group permissions are editable within the UI at Admin->Security->Permissions.
Also see Managing Permissions

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文