瀏覽代碼

require uber jar in pom

Grega Bremec 7 月之前
父節點
當前提交
b2f5219be0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -13,6 +13,7 @@
         <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
         <quarkus.platform.group-id>com.redhat.quarkus.platform</quarkus.platform.group-id>
         <quarkus.platform.version>3.8.5.SP1-redhat-00001</quarkus.platform.version>
+        <quarkus.package.jar.type>uber-jar</quarkus.package.jar.type>
         <skipITs>true</skipITs>
         <surefire-plugin.version>3.2.5</surefire-plugin.version>
     </properties>