Reputation: 606
I have a project that uses Nexus, and Nexus has a proxy / mirrored repo to Maven Central.
I need to transition to using Gitlab, but this is a corporate Gitlab with strict ways for me to enhance it. I saw that I could create a GitLab Maven proxy, but then GitLab has to be configured according to https://docs.gitlab.com/ee/administration/packages/dependency_proxy.html, which I'm not sure they will allow.
Are there other ways in which I can achieve a proxied repo with Gitlab?
Upvotes: 2
Views: 1078
Reputation: 6259
At the moment, to the best of my knowledge, there is no way to achieve that.
Currently (Gitlab version 13.9), dependency proxy is only possible for Docker Images.
Checking this issue, proxy for maven and npm seem to be planned in Gitlab 14 milestone
Upvotes: 1