deniskuzZ commented on code in PR #5899: URL: https://github.com/apache/hive/pull/5899#discussion_r2174454345
########## standalone-metastore/metastore-server/pom.xml: ########## @@ -492,10 +492,13 @@ </reporting> </profile> <profile> - <id>dist</id> - </profile> - <profile> - <id>docker</id> + <id>add-extra-deps</id> + <activation> + <property> + <name>allModules</name> Review Comment: Unfortunately, no - doing so would create a cyclic dependency in the reactor chain. The metastore-rest-catalog module depends on metastore-server, so we'd need to either refactor the structure or introduce a separate packaging module for HMS, similar to how it's done for HS2. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org