Search code examples
mavenartifactoryartifact

Blocking artifact overwriting at repo level


I am trying to block overwriting in JFrog Artifactory. I have a two Maven repos: one for snapshot versions and another for releases, the first one should allow overwriting while the second one doesn't. As I can see it must be configured at user level (How can I prevent previously deployed artifacts from being overwritten?) but I would need to do it at repo level. Is there any way to do it? Maybe it is possible configuring Maven?


Solution

  • Finally I've implemented the solution based in user permissions. It seems to be the only way of doing it and works for me.