[DOCS] clarify command to run REST tests only

Rest tests are now part of the verify goal, thus if we only want to execute those we need to skip unit tests, otherwise we'll get an error saying that the test phase completed without running any tests.
This commit is contained in:
Luca Cavanna 2015-10-20 15:50:56 +02:00
parent 1b461a7f9d
commit ae73979e4b

View File

@ -273,7 +273,7 @@ The REST tests are run automatically when executing the maven test command. To r
REST tests use the following command:
---------------------------------------------------------------------------
mvn verify -Dtests.filter="@Rest"
mvn verify -Dtests.filter="@Rest" -Dskip.unit.tests=true
---------------------------------------------------------------------------
`RestNIT` are the executable test classes that runs all the