You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/06/14 16:22:12 UTC

[maven-site] branch master updated: [MNGSITE-393] remove references to Maven 2 (#239)

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 0084747  [MNGSITE-393] remove references to Maven 2 (#239)
0084747 is described below

commit 00847477b8e150279c53e0f4f8b5f243c316ec45
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Jun 14 16:22:05 2021 +0000

    [MNGSITE-393] remove references to Maven 2 (#239)
    
    @hboutemy and a few other minor fixes
---
 content/apt/guides/mini/guide-mirror-settings.apt | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/content/apt/guides/mini/guide-mirror-settings.apt b/content/apt/guides/mini/guide-mirror-settings.apt
index be2fcd2..06b754b 100644
--- a/content/apt/guides/mini/guide-mirror-settings.apt
+++ b/content/apt/guides/mini/guide-mirror-settings.apt
@@ -110,7 +110,7 @@ Advanced Mirror Specification
   A single mirror can handle multiple repositories. This is typically used in conjunction with a repository manager,
   that gives easy centralised configuration of the list of repositories behind.
 
-  The syntax as of Maven 2.0.9:
+  The syntax:
 
  * <<<\*>>> matches all repo ids.
 
@@ -131,7 +131,7 @@ Advanced Mirror Specification
   The position of wildcards within a comma separated list of repository identifiers is not important as the wildcards
   defer to further processing and explicit includes or excludes stop the processing, overruling any wildcard match.
 
-  When you use the advanced syntax and configure multiple mirrors, keep in mind that their declaration order matters.
+  When you use the advanced syntax and configure multiple mirrors, the declaration order matters.
   When Maven looks for a mirror of some repository, it first checks for a mirror whose <<<\<mirrorOf\>>>> exactly
   matches the repository identifier. If no direct match is found, Maven picks the first mirror declaration that matches
   according to the rules above (if any). Hence, you may influence match order by changing the order of the definitions
@@ -149,8 +149,6 @@ Advanced Mirror Specification
 
  []
 
- <<Note:>> This feature is only available in Maven 2.0.9+.
-
 +-----+
 <settings>
   ...
@@ -176,7 +174,7 @@ Creating Your Own Mirror
 
   The size of the central repository is {{{http://search.maven.org/stats}increasing steadily}}
   To save us bandwidth and you time, mirroring the entire central repository is not allowed. 
-  (Doing so will get you automatically banned) Instead, we suggest you setup a
+  (Doing so will get you automatically banned.) Instead, we suggest you setup a
   {{{../../repository-management.html}repository manager}} as a proxy.
 
-  If you really want to become an official mirror, contact us at {{{https://issues.sonatype.org/browse/MVNCENTRAL}MVNCENTRAL}} with your location and we'll work to get you setup.
+  If you really want to become an official mirror, contact Sonatype at {{{https://issues.sonatype.org/browse/MVNCENTRAL}MVNCENTRAL}} with your location and we'll work to get you setup.