Copilot commented on code in PR #8107:
URL: https://github.com/apache/incubator-seata/pull/8107#discussion_r3292594464
##########
pom.xml:
##########
@@ -54,8 +54,6 @@
<module>tm</module>
<module>metrics</module>
<module>serializer</module>
- <module>seata-spring-boot-starter</module>
- <module>seata-spring-autoconfigure</module>
<module>compressor</module>
<module>saga</module>
Review Comment:
The root reactor no longer builds the Spring Boot starter/autoconfigure
modules: after removing these <module> entries there is no other pom that
includes them, so they will be skipped in CI/release builds even though the
subprojects still exist under spring/. Either add a spring/pom.xml aggregator
that lists these submodules (and keep only <module>spring</module> here), or
re-add the missing modules to the root/module profiles.
--
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]