Updated docs

This commit is contained in:
Marcin Grzejszczak
2016-04-27 22:56:36 +02:00
parent 8a3b1fbcc4
commit 632753efb2
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ Some of the properties that are repetitive can be set using system properties or
|stubrunner.stubs|| Comma separated list of Ivy notation of stubs to download|
|======================
===== Stub runner stubs ids
==== Stub runner stubs ids
You can provide the stubs to download via the `stubrunner.stubs.ids` system property. They follow the following pattern:

View File

@@ -12,7 +12,7 @@ After that rule gets executed Stub Runner connects to your Maven repository and
- download them
- cache them locally
- unzip them to a temporary folder
- start a WireMock server for each Maven dependency on a random port from the provided range of ports
- start a WireMock server for each Maven dependency on a random port from the provided range of ports / provided port
- feed the WireMock server with all JSON files that are valid WireMock definitions
Stub Runner uses http://docs.groovy-lang.org/latest/html/documentation/grape.html[Groovy's Grape] mechanism to download the Maven dependencies.