Skip to content

Commit 0084747

Browse files
authored
[MNGSITE-393] remove references to Maven 2 (#239)
@hboutemy and a few other minor fixes
1 parent 71dc66f commit 0084747

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/apt/guides/mini/guide-mirror-settings.apt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Advanced Mirror Specification
110110
A single mirror can handle multiple repositories. This is typically used in conjunction with a repository manager,
111111
that gives easy centralised configuration of the list of repositories behind.
112112

113-
The syntax as of Maven 2.0.9:
113+
The syntax:
114114

115115
* <<<\*>>> matches all repo ids.
116116

@@ -131,7 +131,7 @@ Advanced Mirror Specification
131131
The position of wildcards within a comma separated list of repository identifiers is not important as the wildcards
132132
defer to further processing and explicit includes or excludes stop the processing, overruling any wildcard match.
133133

134-
When you use the advanced syntax and configure multiple mirrors, keep in mind that their declaration order matters.
134+
When you use the advanced syntax and configure multiple mirrors, the declaration order matters.
135135
When Maven looks for a mirror of some repository, it first checks for a mirror whose <<<\<mirrorOf\>>>> exactly
136136
matches the repository identifier. If no direct match is found, Maven picks the first mirror declaration that matches
137137
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
149149

150150
[]
151151

152-
<<Note:>> This feature is only available in Maven 2.0.9+.
153-
154152
+-----+
155153
<settings>
156154
...
@@ -176,7 +174,7 @@ Creating Your Own Mirror
176174

177175
The size of the central repository is {{{http://search.maven.org/stats}increasing steadily}}
178176
To save us bandwidth and you time, mirroring the entire central repository is not allowed.
179-
(Doing so will get you automatically banned) Instead, we suggest you setup a
177+
(Doing so will get you automatically banned.) Instead, we suggest you setup a
180178
{{{../../repository-management.html}repository manager}} as a proxy.
181179

182-
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.
180+
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.

0 commit comments

Comments
 (0)