From 79be6b4db2a2b95df7ad84c47d101e99efa2054a Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 28 Mar 2019 10:35:03 +0100 Subject: [PATCH] Mention that deploy tokens and user/passwd don't work for Maven --- doc/user/project/packages/maven_repository.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user/project/packages/maven_repository.md b/doc/user/project/packages/maven_repository.md index b62b79162a24e1..058fff470a2402 100644 --- a/doc/user/project/packages/maven_repository.md +++ b/doc/user/project/packages/maven_repository.md @@ -31,7 +31,9 @@ repository. If a project is private or you want to upload Maven artifacts to GitLab, credentials will need to be provided for authorization. Support is available for [personal access tokens](#authenticating-with-a-personal-access-token) and -[CI job tokens](#authenticating-with-a-ci-job-token). +[CI job tokens](#authenticating-with-a-ci-job-token) only. +[Deploy tokens](../deploy_tokens/index.md) and regular username/password +credentials do not work. ### Authenticating with a personal access token -- GitLab