Skip to content

Commit

Permalink
remove uber-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgroom committed May 29, 2024
1 parent d0a15de commit 6f2c11f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions documentation/modules/ROOT/pages/inventory-quarkus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,7 @@ quarkus.hibernate-orm.log.sql=true
quarkus.hibernate-orm.sql-load-script=import.sql
quarkus.http.host=0.0.0.0
%prod.quarkus.package.type=uber-jar#<1>
# these value are required for a quarkus openshift plugin build<2>
# these value are required for a quarkus openshift plugin build<1>
%prod.quarkus.openshift.route.expose=true
%prod.quarkus.openshift.deployment-kind=Deployment
%prod.quarkus.openshift.labels.app=coolstore
Expand All @@ -380,10 +378,7 @@ quarkus.http.host=0.0.0.0
%prod.quarkus.openshift.labels."app.kubernetes.io/instance"=inventory
----
<1> An **uber-jar** contains all the dependencies required packaged in the **jar** to enable running the
application with **java -jar**. By default, in Quarkus, the generation of the uber-jar is disabled. With the
**%prod** prefix, this option is only activated when building the jar intended for deployments.
<2> There is a lot of additional configuration here to allow the quarkus-maven-plugin to build
<1> There is a lot of additional configuration here to allow the quarkus-maven-plugin to build
and then deploy this application to OpenShift - but more of that later

`*Update the 'src/main/resources/import.sql' file`* as follows:
Expand Down

0 comments on commit 6f2c11f

Please sign in to comment.