Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
323fe560
Commit
323fe560
authored
Feb 06, 2019
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix anchors links in maven page
parent
c640b221
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/user/project/packages/maven_repository.md
doc/user/project/packages/maven_repository.md
+6
-6
No files found.
doc/user/project/packages/maven_repository.md
View file @
323fe560
...
...
@@ -31,7 +31,7 @@ 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
)
.
### Authenticating with a personal access token
...
...
@@ -86,7 +86,7 @@ To authenticate with a CI job token, add a corresponding section to your
```
You can read more on
[
how to create Maven packages using GitLab CI/CD
](
#creating-maven-packages-with-gitlab-ci
-
cd
)
.
[
how to create Maven packages using GitLab CI/CD
](
#creating-maven-packages-with-gitlab-cicd
)
.
## Configuring your project to use the GitLab Maven repository URL
...
...
@@ -132,7 +132,7 @@ would look like:
```
The
`id`
must be the same with what you
[
defined in `settings.xml`
](
#auth
orizing-with-the
-maven-repository
)
.
[
defined in `settings.xml`
](
#auth
enticating-to-the-gitlab
-maven-repository
)
.
Replace
`PROJECT_ID`
with your project ID which can be found on the home page
of your project.
...
...
@@ -185,7 +185,7 @@ the `distributionManagement` section:
```
The
`id`
must be the same with what you
[
defined in `settings.xml`
](
#auth
orizing-with-the
-maven-repository
)
.
[
defined in `settings.xml`
](
#auth
enticating-to-the-gitlab
-maven-repository
)
.
Replace
`my-group`
with your group name and
`PROJECT_ID`
with your project ID
which can be found on the home page of your project.
...
...
@@ -241,7 +241,7 @@ the `distributionManagement` section:
```
The
`id`
must be the same with what you
[
defined in `settings.xml`
](
#auth
orizing-with-the
-maven-repository
)
.
[
defined in `settings.xml`
](
#auth
enticating-to-the-gitlab
-maven-repository
)
.
Replace
`PROJECT_ID`
with your project ID which can be found on the home page
of your project.
...
...
@@ -257,7 +257,7 @@ project's ID can be used for uploading.
## Uploading packages
Once you have set up the
[
auth
orization
](
#authorizing-with
-the-gitlab-maven-repository
)
Once you have set up the
[
auth
entication
](
#authenticating-to
-the-gitlab-maven-repository
)
and
[
configuration
](
#configuring-your-project-to-use-the-gitlab-maven-repository-url
)
,
test to upload a Maven artifact from a project of yours:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment