Skip to content

Commit 1aac2c5

Browse files
committed
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
1 parent 257646e commit 1aac2c5

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

micrometer/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ $ mvn clean package -Pbootable-jar
13421342
+
13431343
[source,subs="attributes+",options="nowrap"]
13441344
----
1345-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1345+
$ mvn wildfly:start-jar
13461346
----
13471347
13481348
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1356,7 +1356,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
13561356
+
13571357
[source,options="nowrap"]
13581358
----
1359-
$ mvn wildfly-jar:shutdown
1359+
$ mvn wildfly:shutdown
13601360
----
13611361
13621362
:leveloffset: 1

microprofile-config/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ $ mvn clean package -Pbootable-jar
15311531
+
15321532
[source,subs="attributes+",options="nowrap"]
15331533
----
1534-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1534+
$ mvn wildfly:start-jar
15351535
----
15361536
15371537
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1545,7 +1545,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
15451545
+
15461546
[source,options="nowrap"]
15471547
----
1548-
$ mvn wildfly-jar:shutdown
1548+
$ mvn wildfly:shutdown
15491549
----
15501550
15511551
:leveloffset: 1

microprofile-fault-tolerance/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ $ mvn clean package -Pbootable-jar
13621362
+
13631363
[source,subs="attributes+",options="nowrap"]
13641364
----
1365-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1365+
$ mvn wildfly:start-jar
13661366
----
13671367
13681368
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1376,7 +1376,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
13761376
+
13771377
[source,options="nowrap"]
13781378
----
1379-
$ mvn wildfly-jar:shutdown
1379+
$ mvn wildfly:shutdown
13801380
----
13811381
13821382
:leveloffset: 1

microprofile-health/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ $ mvn clean package -Pbootable-jar
12111211
+
12121212
[source,subs="attributes+",options="nowrap"]
12131213
----
1214-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1214+
$ mvn wildfly:start-jar
12151215
----
12161216
12171217
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1225,7 +1225,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
12251225
+
12261226
[source,options="nowrap"]
12271227
----
1228-
$ mvn wildfly-jar:shutdown
1228+
$ mvn wildfly:shutdown
12291229
----
12301230
12311231
:leveloffset: 1

microprofile-jwt/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ $ mvn clean package -Pbootable-jar
12931293
+
12941294
[source,subs="attributes+",options="nowrap"]
12951295
----
1296-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1296+
$ mvn wildfly:start-jar
12971297
----
12981298
12991299
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1307,7 +1307,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
13071307
+
13081308
[source,options="nowrap"]
13091309
----
1310-
$ mvn wildfly-jar:shutdown
1310+
$ mvn wildfly:shutdown
13111311
----
13121312
13131313
:leveloffset: 1

microprofile-lra/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ $ mvn clean package -Pbootable-jar
10211021
+
10221022
[source,subs="attributes+",options="nowrap"]
10231023
----
1024-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1024+
$ mvn wildfly:start-jar
10251025
----
10261026
10271027
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1035,7 +1035,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
10351035
+
10361036
[source,options="nowrap"]
10371037
----
1038-
$ mvn wildfly-jar:shutdown
1038+
$ mvn wildfly:shutdown
10391039
----
10401040
10411041
:leveloffset: 1

microprofile-openapi/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ $ mvn clean package -Pbootable-jar
808808
+
809809
[source,subs="attributes+",options="nowrap"]
810810
----
811-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
811+
$ mvn wildfly:start-jar
812812
----
813813
814814
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -822,7 +822,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
822822
+
823823
[source,options="nowrap"]
824824
----
825-
$ mvn wildfly-jar:shutdown
825+
$ mvn wildfly:shutdown
826826
----
827827
828828
:leveloffset: 1

microprofile-reactive-messaging-kafka/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ $ mvn clean package -Pbootable-jar
17251725
+
17261726
[source,subs="attributes+",options="nowrap"]
17271727
----
1728-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1728+
$ mvn wildfly:start-jar
17291729
----
17301730
17311731
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1739,7 +1739,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
17391739
+
17401740
[source,options="nowrap"]
17411741
----
1742-
$ mvn wildfly-jar:shutdown
1742+
$ mvn wildfly:shutdown
17431743
----
17441744
17451745
:leveloffset: 1

microprofile-rest-client/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ $ mvn clean package -Pbootable-jar
841841
+
842842
[source,subs="attributes+",options="nowrap"]
843843
----
844-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
844+
$ mvn wildfly:start-jar
845845
----
846846
847847
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -855,7 +855,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
855855
+
856856
[source,options="nowrap"]
857857
----
858-
$ mvn wildfly-jar:shutdown
858+
$ mvn wildfly:shutdown
859859
----
860860
861861
:leveloffset: 1

opentelemetry-tracing/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ $ mvn clean package -Pbootable-jar
13641364
+
13651365
[source,subs="attributes+",options="nowrap"]
13661366
----
1367-
$ mvn wildfly-jar:start -Djar-file-name=target/{artifactId}-bootable.jar
1367+
$ mvn wildfly:start-jar
13681368
----
13691369
13701370
. Type the following command to run the `verify` goal with the `integration-testing` profile activated, and specifying the quickstart's URL using the `server.host` system property, which for a bootable jar by default is `{server_provisioning_server_host}`.
@@ -1378,7 +1378,7 @@ $ mvn verify -Pintegration-testing -Dserver.host={server_provisioning_server_hos
13781378
+
13791379
[source,options="nowrap"]
13801380
----
1381-
$ mvn wildfly-jar:shutdown
1381+
$ mvn wildfly:shutdown
13821382
----
13831383
13841384
:leveloffset: 1

0 commit comments

Comments
 (0)