Copilot commented on code in PR #12134:
URL: https://github.com/apache/maven/pull/12134#discussion_r3284633192


##########
compat/maven-resolver-provider/src/site/apt/dependency-types.apt:
##########
@@ -49,12 +49,20 @@ Default Dependency Types Reference
 | <<<javadoc>>>         | <<<javadoc>>> | <<<jar>>>  | java      | classes     
          |                       |
 
*-----------------------+---------------+------------+-----------+-----------------------+-----------------------+
 | <<<test-jar>>>        | <<<tests>>>   | <<<jar>>>  | java      | classes, 
patch module |                       |
+*-----------------------+------------------+------------+-----------+-----------------------+-----------------------+
+| <<<test-java-source>>> * | <<<test-sources>>> | <<<jar>>> | java   |         
              |                       |
+*-----------------------+------------------+------------+-----------+-----------------------+-----------------------+

Review Comment:
   The table separator rows introduced here use a different column width for 
the classifier column (`+------------------+`) than the rest of the table 
(`+---------------+`). APT/Doxia tables can render incorrectly when separators 
don’t match the established column widths; please keep the separator pattern 
consistent with the other rows in this table.
   



##########
impl/maven-impl/src/site/apt/dependency-types.apt:
##########
@@ -49,12 +49,20 @@ Default Dependency Types Reference
 | <<<javadoc>>>         | <<<javadoc>>> | <<<jar>>>  | java      | classes     
          |                       |
 
*-----------------------+---------------+------------+-----------+-----------------------+-----------------------+
 | <<<test-jar>>>        | <<<tests>>>   | <<<jar>>>  | java      | classes, 
patch module |                       |
+*-----------------------+------------------+------------+-----------+-----------------------+-----------------------+
+| <<<test-java-source>>> * | <<<test-sources>>> | <<<jar>>> | java   |         
              |                       |
+*-----------------------+------------------+------------+-----------+-----------------------+-----------------------+

Review Comment:
   The table separator rows introduced here use a different column width for 
the classifier column (`+------------------+`) than the rest of the table 
(`+---------------+`). APT/Doxia tables can render incorrectly when separators 
don’t match the established column widths; please keep the separator pattern 
consistent with the other rows in this table.
   



-- 
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]

Reply via email to