Skip to content

Commit 27e9351

Browse files
authored
Merge pull request #1017 from emmartins/JBEAP-29393
[JBEAP-29393] Render server provisioning README content for all releases
2 parents b426951 + e158a1a commit 27e9351

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

messaging-clustering-singleton/README-source.adoc

+3-10
Original file line numberDiff line numberDiff line change
@@ -502,20 +502,15 @@ The batch executed successfully
502502
. Delete the cloned directory.
503503
504504
// Build and run sections for other environments/builds
505-
ifndef::ProductRelease,EAPXPRelease[]
506505
507506
[[build_and_run_the_quickstart_with_provisioned_server]]
508507
== Building and running the quickstart application with provisioned {productName} server
509508
510-
Instead of using a standard {productName} server distribution, the two {productName} servers to deploy and run the quickstart can be alternatively provisioned by activating the Maven profile named `provisioned-server` when building the quickstart:
511-
[source,sh,subs="+quotes,attributes+",options="nowrap"]
512-
----
513-
$ mvn clean package -Pprovisioned-server
514-
----
509+
Instead of using a standard {productName} server distribution, the two {productName} servers to deploy and run the quickstart can be alternatively provisioned by the {productName} Maven Plugin.
515510
516-
The provisioned {productName} servers, with the quickstart deployed, can then be found in the `target` directory, and their usage is similar to a standard server distribution, with the simplification that there is never the need to specify the server configuration to be started.
511+
The provisioned {productName} servers, with the quickstart deployed, can be found in the `target/server` and `target/server2` directories, and their usage is similar to a standard server distribution, with the simplification that there is never the need to specify the server configuration to be started.
517512
518-
The server provisioning functionality is provided by the WildFly Maven Plugin, and you may find its configuration in the pom.xml files of the quickstart.
513+
You can find the plugin configuration for the server provisioning in the Maven profile named `provisioned-server`.
519514
520515
=== Run the Integration Tests with a provisioned server
521516
@@ -563,7 +558,5 @@ $ mvn wildfly:shutdown
563558
$ mvn wildfly:shutdown -Dwildfly.port=10090
564559
----
565560
566-
endif::[]
567-
568561
// Quickstart not compatible with OpenShift
569562
include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)