You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/apt/guides/mini/guide-mirror-settings.apt
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Advanced Mirror Specification
110
110
A single mirror can handle multiple repositories. This is typically used in conjunction with a repository manager,
111
111
that gives easy centralised configuration of the list of repositories behind.
112
112
113
-
The syntax as of Maven 2.0.9:
113
+
The syntax:
114
114
115
115
* <<<\*>>> matches all repo ids.
116
116
@@ -131,7 +131,7 @@ Advanced Mirror Specification
131
131
The position of wildcards within a comma separated list of repository identifiers is not important as the wildcards
132
132
defer to further processing and explicit includes or excludes stop the processing, overruling any wildcard match.
133
133
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.
135
135
When Maven looks for a mirror of some repository, it first checks for a mirror whose <<<\<mirrorOf\>>>> exactly
136
136
matches the repository identifier. If no direct match is found, Maven picks the first mirror declaration that matches
137
137
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
149
149
150
150
[]
151
151
152
-
<<Note:>> This feature is only available in Maven 2.0.9+.
153
-
154
152
+-----+
155
153
<settings>
156
154
...
@@ -176,7 +174,7 @@ Creating Your Own Mirror
176
174
177
175
The size of the central repository is {{{http://search.maven.org/stats}increasing steadily}}
178
176
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
180
178
{{{../../repository-management.html}repository manager}} as a proxy.
181
179
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