Copilot commented on code in PR #23:
URL: https://github.com/apache/commons-xml/pull/23#discussion_r3554522744


##########
pom.xml:
##########
@@ -64,6 +64,8 @@ limitations under the License.
     <!-- Java baseline -->
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
+    <!-- GraalVM native-image tooling; used by the `native` profile only. -->
+    
<commons.graalvm.buildtools.version>1.1.3</commons.graalvm.buildtools.version>

Review Comment:
   The property comment says the GraalVM buildtools version is used by the 
`native` profile only, but the profile introduced below is named 
`native-xalan`. Consider aligning the comment with the actual profile id to 
avoid confusion when grepping for the profile that owns this property.



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