FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

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

Merged Dmitrii Unterov requested to merge fix-maven-options into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -96,6 +96,7 @@ services:
-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.
Loading