FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 34fd0598 authored by Dmitrii Unterov's avatar Dmitrii Unterov
Browse files

Merge branch 'fix-maven-options' into 'master'

fix: add -Dhttp.keepAlive=false and -Dmaven.wagon.http.pool=false to MAVEN_OPTS

See merge request !120
parents 41af273a b67c50ce
No related branches found
No related tags found
1 merge request!120fix: add -Dhttp.keepAlive=false and -Dmaven.wagon.http.pool=false to MAVEN_OPTS
......@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [6.7.1] - 2025-02-26
### Added
- Added `-Dhttp.keepAlive=false` and `-Dmaven.wagon.http.pool=false` options
to `MAVEN_OPTS` in `auto-devops/maven.gitlab-ci.yml` file.
## [6.7.0] - 2025-02-25
### Changed
......
......@@ -95,6 +95,8 @@ 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment