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 Dec 20, 2024
1 parent d25fd64 commit 30e68e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ejb-txn-remote-call/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -888,13 +888,13 @@ mvn verify -Pintegration-testing
[source,subs="attributes+",options="nowrap"]
----
cd ${PATH_TO_QUICKSTART_DIR}/server;
mvn verify -Pintegration-testing -Dserver.host="http://localhost:8180/server"
mvn verify -Pintegration-testing -Dserver.host="http://localhost:8180"
----
+
[source,subs="attributes+",options="nowrap"]
----
cd ${PATH_TO_QUICKSTART_DIR}/server;
mvn verify -Pintegration-testing -Dserver.host="http://localhost:8280/server"
mvn verify -Pintegration-testing -Dserver.host="http://localhost:8280"
----
. To shut down the {productName} provisioned servers using the {productName} Maven Plugin:
Expand Down

0 comments on commit 30e68e6

Please sign in to comment.