gnodet commented on code in PR #2024:
URL: https://github.com/apache/maven/pull/2024#discussion_r1907339251


##########
api/maven-api-settings/src/main/mdo/settings.mdo:
##########
@@ -542,9 +542,9 @@
           <type>String</type>
           <description>
             <![CDATA[
-            A repository id or (since Maven 2.0.9) an expression matching one 
or many repository ids to mirror, e.g.,
+            A repository id or an expression matching one or many repository 
ids to mirror, e.g.,
             <code>central</code> or <code>*,!repo1</code>.
-            <code>*</code> (since Maven 2.0.5), <code>external:*</code> (since 
Maven 2.0.9) and <code>external:http:*</code> (since Maven 3.8.0) have
+            <code>*</code>, <code>external:*</code> and 
<code>external:http:*</code> (since Maven 3.8.0) have
             a special meaning: see <a 
href="/guides/mini/guide-mirror-settings.html">Mirror Settings</a> guide.

Review Comment:
   My suggestion was to inline the content of 
https://maven.apache.org/guides/mini/guide-mirror-settings.html into the model, 
so that the generated javadoc for the [Mirror 
class](https://maven.apache.org/ref/4.0.0-rc-2/api/apidocs/org/apache/maven/api/settings/Mirror.html)
 will contain the documentation.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to