KEYCLOAK-4189 Fix in instructions for running Cross-DC tests

This commit is contained in:
Hynek Mlnarik 2017-06-13 15:25:49 +02:00
parent a0f3a6469f
commit bdadef1282
2 changed files with 6 additions and 1 deletions

View file

@ -431,7 +431,11 @@ The cross DC requires setting a profile specifying used cache server (currently
#### Run Cross-DC Tests from Maven
Run the following command (adjust the test specification according to your needs):
First compile the Infinispan test server via the following command:
`mvn -Pcache-server-infinispan -f testsuite/integration-arquillian -DskipTests clean install`
Then you can run the tests using the following command (adjust the test specification according to your needs):
`mvn -Pcache-server-infinispan -Dtest=*.crossdc.* -pl testsuite/integration-arquillian/tests/base test`

View file

@ -0,0 +1 @@
This file is to mark this Maven project as a valid option for building cache server artifact