diff --git a/helloworld/README.adoc b/helloworld/README.adoc index 634a95d7d2..3d2bcbab5a 100644 --- a/helloworld/README.adoc +++ b/helloworld/README.adoc @@ -774,7 +774,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. diff --git a/micrometer/README.adoc b/micrometer/README.adoc index de2f832b97..ac394f1965 100644 --- a/micrometer/README.adoc +++ b/micrometer/README.adoc @@ -1135,7 +1135,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. diff --git a/microprofile-config/README.adoc b/microprofile-config/README.adoc index 29465f297c..1c4aaacc47 100644 --- a/microprofile-config/README.adoc +++ b/microprofile-config/README.adoc @@ -1460,7 +1460,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. diff --git a/microprofile-fault-tolerance/README.adoc b/microprofile-fault-tolerance/README.adoc index 01705c8dc3..84899be1b3 100644 --- a/microprofile-fault-tolerance/README.adoc +++ b/microprofile-fault-tolerance/README.adoc @@ -1282,7 +1282,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. diff --git a/microprofile-health/README.adoc b/microprofile-health/README.adoc index c5d1317266..ddc0007aa9 100644 --- a/microprofile-health/README.adoc +++ b/microprofile-health/README.adoc @@ -1113,7 +1113,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. @@ -1488,7 +1488,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[] @@ -1550,7 +1550,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[] @@ -1989,7 +1989,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[] @@ -2048,7 +2048,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/microprofile-jwt/README.adoc b/microprofile-jwt/README.adoc index 1029afb6aa..f93805d9f2 100644 --- a/microprofile-jwt/README.adoc +++ b/microprofile-jwt/README.adoc @@ -1322,7 +1322,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. diff --git a/microprofile-lra/README.adoc b/microprofile-lra/README.adoc index 6d88d1415d..56ae9f5ae4 100644 --- a/microprofile-lra/README.adoc +++ b/microprofile-lra/README.adoc @@ -949,7 +949,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. diff --git a/microprofile-openapi/README.adoc b/microprofile-openapi/README.adoc index 2bed43f8db..c9628841a6 100644 --- a/microprofile-openapi/README.adoc +++ b/microprofile-openapi/README.adoc @@ -737,7 +737,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. diff --git a/microprofile-reactive-messaging-kafka/README.adoc b/microprofile-reactive-messaging-kafka/README.adoc index 7ff2e7bb37..745a480d8f 100644 --- a/microprofile-reactive-messaging-kafka/README.adoc +++ b/microprofile-reactive-messaging-kafka/README.adoc @@ -1628,7 +1628,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. diff --git a/microprofile-rest-client/README.adoc b/microprofile-rest-client/README.adoc index 5633813351..5bb3420441 100644 --- a/microprofile-rest-client/README.adoc +++ b/microprofile-rest-client/README.adoc @@ -769,7 +769,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. diff --git a/opentelemetry-tracing/README.adoc b/opentelemetry-tracing/README.adoc index 52160413f0..eaaae70591 100644 --- a/opentelemetry-tracing/README.adoc +++ b/opentelemetry-tracing/README.adoc @@ -1163,7 +1163,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.