diff options
-rw-r--r-- | doc/user/project/packages/maven_repository.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/packages/maven_repository.md b/doc/user/project/packages/maven_repository.md index 0d6a478270c..26d9e3824d9 100644 --- a/doc/user/project/packages/maven_repository.md +++ b/doc/user/project/packages/maven_repository.md @@ -152,7 +152,8 @@ project's ID can be used for uploading. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8798) in GitLab Premium 11.7. -NOTE: **Note:** Subgroups are not currently supported but you can use them if you use the URL encoded version of the group path (group%2Fsubgroup). See [this issue](https://gitlab.com/gitlab-org/gitlab-ee/issues/9947) for subgroup support. +NOTE: **Note:** +Subgroups are not currently supported, but you can use them if you use the URL encoded version of the group path (`group%2Fsubgroup`). See this issue for adding [subgroup support](https://gitlab.com/gitlab-org/gitlab-ee/issues/9947) in future releases. If you rely on many packages, it might be inefficient to include the `repository` section with a unique URL for each package. Instead, you can use the group level endpoint for |