Skip to content

Commit

Permalink
[MNGSITE-393] Remove another mention of Maven 2 (#664)
Browse files Browse the repository at this point in the history
* [MNGSITE-393] Remove another mention of Maven 2

I keep finding these...
  • Loading branch information
elharo authored Feb 6, 2025
1 parent bb9d7d1 commit 6c2fcf3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/apt/guides/mini/guide-configuring-maven.apt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6c2fcf3

Please sign in to comment.