Hey!
I have a problem with GitLab or with the packages of GitLab projects. I’ve used this tutorial: https://docs.gitlab.com/ee/user/project/packages/maven_repository.html. I can deploy my project but I can’t download it on another computer because I don’t know which repository url I have to use.
Here’s my pom.xml
file:
<repositories>
<repository>
<id>gitlab-maven</id>
<url>???</url>
</repository>
</repositories>
Please help me
~ DoktorMedRasen