elharo commented on code in PR #12842:
URL: https://github.com/apache/maven/pull/12842#discussion_r3880574613
##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -358,6 +358,19 @@
</association>
</field>
+ <!--
====================================================================== -->
+ <!-- Quality Management
-->
+ <!--
====================================================================== -->
+
+ <field>
+ <name>qualityManagement</name>
+ <version>4.2.0+</version>
+ <description>The project's quality management
information.</description>
Review Comment:
We really should explain what project's quality management information *is*
instead rewriting the name from a camel case variable into prose. As is, I do
not know what's expected here.
##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -1485,6 +1498,50 @@
</codeSegment>
</codeSegments>
</class>
+ <class>
+ <name>QualityManagement</name>
+ <description>
+ <![CDATA[
+ The {@code <qualityManagement>} element contains information required
to the
Review Comment:
required by
and again this should be fleshed out. I've never encountered anything like
this.
##########
api/maven-api-model/src/main/mdo/maven.mdo:
##########
@@ -1485,6 +1498,50 @@
</codeSegment>
</codeSegments>
</class>
+ <class>
+ <name>QualityManagement</name>
+ <description>
+ <![CDATA[
+ The {@code <qualityManagement>} element contains information required
to the
+ quality management system of the project.
+ ]]>
+ </description>
+ <version>4.2.0+</version>
+ <fields>
+ <field>
+ <name>system</name>
+ <version>4.2.0+</version>
+ <description>
+ <![CDATA[
+ The name of the quality management system, e.g. {@code SonarQube}.
+ ]]>
+ </description>
+ <type>String</type>
+ </field>
+ <field>
+ <name>url</name>
+ <version>4.2.0+</version>
+ <description>URL for the quality management system used by the
project if it has a web interface.</description>
Review Comment:
delete " if it has a web interface."
--
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]