diff --git a/.github/workflows/quickstart_helloworld_ci.yml b/.github/workflows/quickstart_helloworld_ci.yml
index 13a588d2a4..ddab48845b 100644
--- a/.github/workflows/quickstart_helloworld_ci.yml
+++ b/.github/workflows/quickstart_helloworld_ci.yml
@@ -12,3 +12,4 @@ jobs:
with:
QUICKSTART_PATH: helloworld
TEST_PROVISIONED_SERVER: true
+ TEST_BOOTABLE_JAR: true
diff --git a/helloworld/README-source.adoc b/helloworld/README-source.adoc
index eba3d1109a..4c5e6bf039 100644
--- a/helloworld/README-source.adoc
+++ b/helloworld/README-source.adoc
@@ -44,6 +44,9 @@ include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2]
ifndef::ProductRelease,EAPXPRelease[]
include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1]
endif::[]
+// Bootable JAR
+include::../shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc[leveloffset=+1]
+// OpenShift
include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1]
ifndef::ProductRelease,EAPXPRelease[]
//Kubernetes
diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index 04a216b705..05a161afad 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -122,6 +122,33 @@
+
+ bootable-jar
+
+ true
+
+
+
+
+ org.wildfly.plugins
+ wildfly-maven-plugin
+
+
+ ${version.server}
+
+ true
+
+
+
+
+ package
+
+
+
+
+
+
+
openshift