Maven repository

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 :frowning:
~ DoktorMedRasen

Can anyone help me? :frowning:

https://docs.gitlab.com/ee/user/project/packages/maven_repository.html#configuring-your-project-to-use-the-gitlab-maven-repository-url should explain this.

1 Like