gnodet commented on code in PR #2024: URL: https://github.com/apache/maven/pull/2024#discussion_r1909908476
########## 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: Agreed. My point was to move the documentation inside the code base along the source code. It could be put in https://github.com/apache/maven/tree/master/src/site rather than in an unversioned area from a different git repository. -- 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