elharo commented on code in PR #2024: URL: https://github.com/apache/maven/pull/2024#discussion_r1907399068
########## 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: I wouldn't prefer that. guide-mirror-settings.html is written for people who simply use Maven for their own projects and might never look at the API docs. -- 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