Commit 6b2e23a5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-13' into 'master'

Update maven_repository.md adding a / to the pom.xml repository before packages

See merge request gitlab-org/gitlab-ee!8611
parents 866ef479 8f587a8a
...@@ -192,7 +192,7 @@ shows how to create a new package each time the `master` branch is updated: ...@@ -192,7 +192,7 @@ shows how to create a new package each time the `master` branch is updated:
<repositories> <repositories>
<repository> <repository>
<id>gitlab-maven</id> <id>gitlab-maven</id>
<url>https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}packages/maven</url> <url>https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
</repository> </repository>
</repositories> </repositories>
<distributionManagement> <distributionManagement>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment