FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Continuous Delivery
CI Templates
Merge requests
!121
fix: add -Dmaven.resolver.transport=wagon to MAVEN_CLI_OPTS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: add -Dmaven.resolver.transport=wagon to MAVEN_CLI_OPTS
add-maven-wagon-option
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Dmitrii Unterov
requested to merge
add-maven-wagon-option
into
master
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Related:
#101
Edited
1 month ago
by
Dmitrii Unterov
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e3092521
1 commit,
1 month ago
2 files
+
10
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
auto-devops/maven.gitlab-ci.yml
+
1
−
2
Options
@@ -95,8 +95,6 @@ services:
-Dorg.slf4j.simpleLogger.showDateTime=true
-Djava.awt.headless=true
-Xmx512m
-Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false
# As of Maven 3.3.0 instead of this you MAY define these options in `.mvn/maven.config` so the
# same config is used when running from the command line.
@@ -112,6 +110,7 @@ services:
--no-transfer-progress
-DinstallAtEnd=true
-DdeployAtEnd=true
-Dmaven.resolver.transport=wagon
--settings ci_settings.xml
# Template verify-only job to run tests.
Loading