Added possibility to pass version (#258)

fixes #257
This commit is contained in:
Marcin Grzejszczak
2016-04-29 22:22:29 +02:00
parent d4135bb802
commit 8de4d742fe
17 changed files with 223 additions and 124 deletions

View File

@@ -68,12 +68,13 @@ You can provide the stubs to download via the `stubrunner.stubs.ids` system prop
[source,java,indent=0]
----
groupId:artifactId:classifier:port
groupId:artifactId:version:classifier:port
----
`classifier` and `port` are optional.
`version`, `classifier` and `port` are optional.
* If you don't provide the `classifier` then the default one will be taken.
* If you don't provide the `port` then a random one will be picked
* If you don't provide the `classifier` then the default one will be taken.
* If you don't provide the `version` then the `+` will be passed and the latest one will be downloaded
Where `port` means the port of the WireMock server.