How can I prevent previously deployed artifacts from being overwritten?

后端 未结 1 1585
死守一世寂寞
死守一世寂寞 2020-12-09 15:34

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

相关标签:
1条回答
  • 2020-12-09 15:53

    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

    0 讨论(0)
提交回复
热议问题