Skip to content

Commit adb11ac

Browse files
committed
Documented the existence of the wildfly embedded profile
1 parent b856919 commit adb11ac

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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)