anukalp2804 commented on code in PR #11651:
URL: https://github.com/apache/maven/pull/11651#discussion_r2710790623
##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -925,7 +925,9 @@
interpreted rather than compiled).
The default value is {@code src/main/scripts}.
- @deprecated Replaced by {@code <Source>} with {@code script}
language.
+ @deprecated since 4.0.0.
+ Use {@code <source>} elements with {@code script} language
Review Comment:
Yes — the .mdo file is the source of truth.
During the build, Maven’s model generator processes the .mdo and generates
the corresponding Java model classes and JavaDoc from it.
That’s why the XML escaping (e.g. <source>) is needed in the .mdo,
even though the generated JavaDoc ends up with the correct `<source>` rendering.
--
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]