From 16ea036e27a5658d52d7e2925a623b4795aa1a60 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Mon, 4 Nov 2024 14:48:49 +0000 Subject: [PATCH] [WFLY-19823] adds bootable jar support to helloworld --- .../workflows/quickstart_helloworld_ci.yml | 1 + helloworld/README-source.adoc | 3 +++ helloworld/pom.xml | 27 +++++++++++++++++++ 3 files changed, 31 insertions(+) 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