From 24735d7b749cc6cca356f9d5167b38529182e610 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 5 Feb 2025 23:31:19 +0000 Subject: [PATCH] Update guide-configuring-maven.apt --- content/apt/guides/mini/guide-configuring-maven.apt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/apt/guides/mini/guide-configuring-maven.apt b/content/apt/guides/mini/guide-configuring-maven.apt index d9058d229c..fea23dde1f 100644 --- a/content/apt/guides/mini/guide-configuring-maven.apt +++ b/content/apt/guides/mini/guide-configuring-maven.apt @@ -71,7 +71,8 @@ Configuring Maven * Configuring Parallel Artifact Resolution - By default, Maven will download up to 5 artifacts (from different groups) at once. To change the size of the thread pool, start Maven using + By default, Maven will download up to five artifacts (from different groups) at once. + To change the size of the thread pool, start Maven using <<<-Dmaven.artifact.threads>>>. For example, to only download one artifact at a time: ----