This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 6c2fcf34 [MNGSITE-393] Remove another mention of Maven 2 (#664) 6c2fcf34 is described below commit 6c2fcf344c7cfa8a980eb006745466aa7af613ac Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Thu Feb 6 11:00:40 2025 +0000 [MNGSITE-393] Remove another mention of Maven 2 (#664) * [MNGSITE-393] Remove another mention of Maven 2 I keep finding these... --- content/apt/guides/mini/guide-configuring-maven.apt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/apt/guides/mini/guide-configuring-maven.apt b/content/apt/guides/mini/guide-configuring-maven.apt index 9f58970a..fea23dde 100644 --- a/content/apt/guides/mini/guide-configuring-maven.apt +++ b/content/apt/guides/mini/guide-configuring-maven.apt @@ -44,8 +44,6 @@ Configuring Maven For this, you should have your projects inherit from a company-wide parent <<<pom.xml>>>. - ~~TODO: versioning doc that discusses this - You can specify your user configuration in <<<$\{user.home\}/.m2/settings.xml>>>. A {{{../../maven-settings/settings.html}full reference}} to the configuration file is available. This section will show how to make some common configurations. Note that the file is not required - defaults will be used if it is not found. @@ -73,8 +71,9 @@ Configuring Maven * Configuring Parallel Artifact Resolution - By default, Maven 2.1.0+ will download up to 5 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 single artifacts at a time: + 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: ---- mvn -Dmaven.artifact.threads=1 verify