Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a99b793

Browse files
authored
Merge pull request javaee-samples#358 from arjantijms/master
Documented the existence of the wildfly embedded profile
2 parents 58cf7e9 + adb11ac commit a99b793

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ A brief instruction how to clone, build, import and run the samples on your loca
1212

1313
Only one container profile and one profile for browser can be active at a given time otherwise there will be dependency conflicts.
1414

15-
There are 9 available container profiles, for 5 different servers:
15+
There are 10 available container profiles, for 5 different servers:
1616

1717
* ``wildfly-managed-arquillian``
1818

1919
This profile will install a Wildfly server and start up the server per sample.
2020
Useful for CI servers.
21+
22+
* ``wildfly-embedded-arquillian``
23+
24+
This profile is almost identical to wildfly-managed-arquillian. It will install the same Wildfly server and start up
25+
that server per sample again, but instead uses the Arquillian embedded connector to run it in the same JVM.
26+
Useful for CI servers.
2127

2228
* ``wildfly-remote-arquillian``
2329

0 commit comments

Comments
 (0)