Copilot commented on code in PR #12948:
URL: https://github.com/apache/gluten/pull/12948#discussion_r3910554160
##########
backends-velox/pom.xml:
##########
@@ -345,6 +345,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>flatten-maven-plugin</artifactId>
+ </plugin>
Review Comment:
`flatten-maven-plugin` is declared twice in this module’s `<build><plugins>`
list (already present at lines 321–324, and added again here). Maven will emit
a duplicate-plugin warning and this makes the POM harder to maintain; only one
declaration is needed to pick up the parent’s pluginManagement
execution/configuration.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]