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 14:18:01 UTC

[maven-site] branch elharo-patch-2 created (now a51eebb)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch elharo-patch-2
in repository https://gitbox.apache.org/repos/asf/maven-site.git.


      at a51eebb  [MNGSITE-393] remove references to Maven 2

This branch includes the following new commits:

     new a51eebb  [MNGSITE-393] remove references to Maven 2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-site] 01/01: [MNGSITE-393] remove references to Maven 2

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-2
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit a51eebbbdddc5a5b5452650fb65a37cc8bb45955
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Jun 14 14:17:42 2021 +0000

    [MNGSITE-393] remove references to Maven 2
    
    @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.