Skip to content

Commit

Permalink
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Nov 12, 2024
1 parent 3eb56b9 commit f525d3f
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 22 deletions.
14 changes: 12 additions & 2 deletions helloworld/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -798,7 +798,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -815,6 +815,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -830,6 +839,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// OpenShift
:leveloffset: +1
Expand Down
14 changes: 12 additions & 2 deletions micrometer/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -1155,7 +1155,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -1172,6 +1172,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -1187,6 +1196,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// OpenShift
:leveloffset: +1
Expand Down
14 changes: 12 additions & 2 deletions microprofile-config/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -1482,7 +1482,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -1499,6 +1499,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -1514,6 +1523,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// Openshift
Expand Down
14 changes: 12 additions & 2 deletions microprofile-fault-tolerance/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -1304,7 +1304,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -1321,6 +1321,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -1336,6 +1345,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// OpenShift
Expand Down
14 changes: 12 additions & 2 deletions microprofile-health/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -1135,7 +1135,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -1152,6 +1152,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -1167,6 +1176,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// OpenShift
Expand Down
14 changes: 12 additions & 2 deletions microprofile-jwt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -1344,7 +1344,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -1361,6 +1361,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -1376,6 +1385,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// OpenShift
Expand Down
14 changes: 12 additions & 2 deletions microprofile-lra/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -971,7 +971,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -988,6 +988,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -1003,6 +1012,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// OpenShift
Expand Down
14 changes: 12 additions & 2 deletions microprofile-openapi/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -759,7 +759,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -776,6 +776,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -791,6 +800,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
// OpenShift
Expand Down
14 changes: 12 additions & 2 deletions microprofile-reactive-messaging-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ endif::mavenServerProvisioningCommand[]
You can use the WildFly Maven Plugin to build a {productName} bootable JAR to run this quickstart.
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which configures the bootable JAR building:
The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, which activates the bootable JAR packaging when provisioning {productName}, through the `<bootable-jar>true</bootable-jar>` configuration element:
[source,xml,subs="attributes+"]
----
Expand Down Expand Up @@ -1650,7 +1650,7 @@ The quickstart `pom.xml` file contains a Maven profile named *bootable-jar*, whi
</profile>
----
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar may be found at `target/{artifactId}-bootable.jar`
The *bootable-jar* profile is activate by default, and when built the {productName} bootable jar file is named `{artifactId}-bootable.jar`, and may be found in the `target` directory.
.Procedure
Expand All @@ -1667,6 +1667,15 @@ $ mvn clean {mavenServerProvisioningCommand}
----
$ mvn wildfly:start-jar
----
+
[NOTE]
====
You may also start the bootable jar without Maven, using the `java` command.
[source,subs="attributes+",options="nowrap"]
----
$ java -jar target/{artifactId}-bootable.jar
----
====
. Run the integration tests use the `verify` goal, with the `integration-testing` profile activated.
+
Expand All @@ -1682,6 +1691,7 @@ $ mvn verify -Pintegration-testing
$ mvn wildfly:shutdown
----
:leveloffset!:
[NOTE]
Expand Down
Loading

0 comments on commit f525d3f

Please sign in to comment.