diff --git a/microprofile-health/expose-management-port.adoc b/microprofile-health/expose-management-port.adoc index b6ebb54aea..2a0259eb36 100644 --- a/microprofile-health/expose-management-port.adoc +++ b/microprofile-health/expose-management-port.adoc @@ -22,7 +22,7 @@ ifdef::expose-mgmt-port-openshift[] To get the address of the `microprofile-health-management` route, execute: [source,options="nowrap",subs="+attributes"] ---- -$ oc get route microprofile-health -o jsonpath="{.spec.host}" +$ oc get route microprofile-health-management -o jsonpath="{.spec.host}" ---- endif::[] ifdef::expose-mgmt-port-kubernetes[] diff --git a/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc b/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc index 6ca7e5fb58..31c6f6cdd5 100644 --- a/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc +++ b/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc @@ -60,7 +60,7 @@ The *bootable-jar* profile is activate by default, and when built the {productNa + [source,subs="attributes+",options="nowrap"] ---- -$ mvn clean {mavenServerProvisioningCommand} +$ mvn {mavenServerProvisioningCommand} ---- . Start the {productName} bootable jar use the WildFly Maven Plugin `start-jar` goal.