hboutemy commented on code in PR #1395:
URL: https://github.com/apache/maven/pull/1395#discussion_r1475609157
##########
maven-settings/src/main/mdo/settings.mdo:
##########
@@ -621,16 +626,24 @@
<version>1.1.0+</version>
<type>String</type>
<defaultValue>default</defaultValue>
- <description>The layout of the mirror repository. Since Maven
3.</description>
+ <description>
+ <![CDATA[
+ The layout of the mirror repository.
+ <br><b>Since</b>: Maven 3
Review Comment:
because I just reused the existing pattern
I don't know if `@since` works with Modello xdoc, need to check: doing the
pattern change in every `.mdo` could be a good thing for another PR (`find .
-name '*.mdo' -exec grep -H Since {} \;` shows `maven.mdo`, `toolchains.mdo`
and `settings.mdo` in 3.9.x branch)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]