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
5b9f1b2e
Commit
5b9f1b2e
authored
Jul 28, 2020
by
Suzanne Selhorn
Committed by
Russell Dickenson
Jul 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Added Maven troubleshooting steps
Closes:
https://gitlab.com/gitlab-org/gitlab/-/issues/213122
parent
816b9e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
doc/user/packages/maven_repository/index.md
doc/user/packages/maven_repository/index.md
+18
-3
No files found.
doc/user/packages/maven_repository/index.md
View file @
5b9f1b2e
...
@@ -834,10 +834,25 @@ You can play around with the regex and try your version strings on [this regular
...
@@ -834,10 +834,25 @@ You can play around with the regex and try your version strings on [this regular
## Troubleshooting
## Troubleshooting
###
Useful Maven command line option
s
###
Review network trace log
s
There's some [maven command line options](https://maven.apache.org/ref/current/maven-embedder/cli.html)
If you are having issues with the Maven Repository, you may want to review network trace logs.
which maybe useful when doing tasks with GitLab CI/CD.
For example, try to run `mvn deploy` locally with a PAT token and use these options:
```
shell
mvn deploy
\
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient=trace
\
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.wire=trace
```
CAUTION: **Caution:**
When you set these options, all network requests are logged and a large amount of output is generated.
### Useful Maven command-line options
There are some [Maven command-line options](https://maven.apache.org/ref/current/maven-embedder/cli.html)
that may be useful when performing tasks with GitLab CI/CD.
- File transfer progress can make the CI logs hard to read.
- File transfer progress can make the CI logs hard to read.
Option `-ntp,--no-transfer-progress` was added in
Option `-ntp,--no-transfer-progress` was added in
...
...
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