difin commented on code in PR #6327:
URL: https://github.com/apache/hive/pull/6327#discussion_r2881249196


##########
standalone-metastore/metastore-rest-catalog/pom.xml:
##########
@@ -303,6 +426,22 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.springframework.boot</groupId>
+        <artifactId>spring-boot-maven-plugin</artifactId>
+        <version>${spring-boot.version}</version>
+        <configuration>
+          
<mainClass>org.apache.iceberg.rest.standalone.StandaloneRESTCatalogServer</mainClass>
+          <classifier>exec</classifier>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>repackage</goal>

Review Comment:
   This goal is needed for creating an executable Spring Boot fat JAR.
   It needs to be added in this fashion because this module uses Hive’s parent 
POM instead of `spring-boot-starter-parent`, so the Spring Boot plugin does not 
get any default lifecycle bindings. 



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

Reply via email to