Skip to content

Commit

Permalink
[WFLY-18512] todo-backend README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Dec 20, 2023
1 parent 0421e22 commit fea3081
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 377 deletions.
6 changes: 4 additions & 2 deletions shared-doc/run-integration-tests-with-provisioned-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ifndef::server_provisioning_server_host[]
:server_provisioning_server_host: http://localhost:8080
endif::server_provisioning_server_host[]

ifndef::extraStartParams[:extraStartParams: ]

The integration tests included with this quickstart, which verify that the quickstart runs correctly, may also be run with a provisioned server.

Follow these steps to run the integration tests.
Expand Down Expand Up @@ -62,13 +64,13 @@ endif::[]
ifndef::deploymentDir[]
[source,subs="attributes+",options="nowrap"]
----
$ mvn wildfly:start -DjbossHome=target/server
$ mvn wildfly:start -DjbossHome=target/server {extraStartParams}
----
endif::[]
ifdef::deploymentDir[]
[source,subs="attributes+",options="nowrap"]
----
$ mvn -f {deploymentDir}/pom.xml wildfly:start -DjbossHome={deploymentDir}/target/server
$ mvn -f {deploymentDir}/pom.xml wildfly:start -DjbossHome={deploymentDir}/target/server {extraStartParams}
----
endif::[]

Expand Down
Loading

0 comments on commit fea3081

Please sign in to comment.