Skip to content

Commit

Permalink
Update guide-configuring-maven.apt
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Feb 5, 2025
1 parent 9cbe8c1 commit 24735d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/apt/guides/mini/guide-configuring-maven.apt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

----
Expand Down

0 comments on commit 24735d7

Please sign in to comment.