Updated docs
This commit is contained in:
@@ -56,4 +56,18 @@ Some of the properties that are repetitive can be set using system properties or
|
||||
|stubrunner.stubs.classifier|stubs| Default classifier for the stub artifacts|
|
||||
|stubrunner.work-offline|false| If true then will not contact any remote repositories to download stubs|
|
||||
|stubrunner.stubs|| Comma separated list of Ivy notation of stubs to download|
|
||||
|======================
|
||||
|======================
|
||||
|
||||
===== Stub runner stubs ids
|
||||
|
||||
You can provide the stubs to download via the `stubrunner.stubs.ids` system property. They follow the following pattern:
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
groupId:artifactId:classifier:port
|
||||
----
|
||||
|
||||
`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
|
||||
Reference in New Issue
Block a user