diff options
| author | Tristan Williams <2390023-tristan@users.noreply.gitlab.com> | 2019-07-31 21:02:01 +0000 |
|---|---|---|
| committer | Tristan Williams <2390023-tristan@users.noreply.gitlab.com> | 2019-07-31 21:02:01 +0000 |
| commit | 9bd588857a8f8dc52064ac41bab1f4708a11debf (patch) | |
| tree | 9b63a5bb73189289ee7ea12dbdc170e3ad1c2620 | |
| parent | ce77d137abcc8e21844fdee54620d95d7b626983 (diff) | |
| download | gitlab-ce-9bd588857a8f8dc52064ac41bab1f4708a11debf.tar.gz | |
Add note about subgroup support
| -rw-r--r-- | doc/user/project/packages/maven_repository.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/packages/maven_repository.md b/doc/user/project/packages/maven_repository.md index c61402afb2c..0d6a478270c 100644 --- a/doc/user/project/packages/maven_repository.md +++ b/doc/user/project/packages/maven_repository.md @@ -152,6 +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. + 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 all your Maven packages stored within one GitLab group. Only packages you have access to |
