Hello,

We have some (private) maven libaries we want to "publish" internally 
through a gitlab hosted GIT repository. For that I created a new project 
and i'm simply putting all our build libaries in the GIT repositorie. This 
allows me to define a custom repository like this:

<repositories>
    <repository>
        <id>private</id>
        
<url>https://gitlab.domain.ext/<group>/<project>/raw/master/repo/</url>
    </repository>
</repositories>

The problem is that for this to work I have to allow public access to the 
repository, otherwise maven can't download anything from it. What I would 
want is that I can specify a login (token) in the url so that I can grant 
specific users access to the private repo. Is this possible? The API seems 
to support it but I could not find any information about a regular HTTP 
request.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to