Issues #110 user pass (#157)

can now configure username and password authentication and a proxy for accessing stub repository

Fixes #110
This commit is contained in:
Marcin Grzejszczak
2016-12-05 14:56:08 +01:00
committed by GitHub
parent cf2dbc24a6
commit 545874c951
20 changed files with 603 additions and 94 deletions

View File

@@ -66,6 +66,8 @@ Some of the properties that are repetitive can be set using system properties or
|stubrunner.classifier|stubs| Default classifier for the stub artifacts
|stubrunner.workOffline|false| If true then will not contact any remote repositories to download stubs
|stubrunner.ids|| Array of Ivy notation stubs to download
|stubrunner.username|| Optional username to access the tool that stores the JARs with stubs
|stubrunner.password|| Optional password to access the tool that stores the JARs with stubs
|======================
===== Stub runner stubs ids
@@ -80,7 +82,7 @@ groupId:artifactId:version:classifier:port
`version`, `classifier` and `port` are optional.
* 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 `classifier` then the default one will be taken. (NOTE that you can pass an empty classifier like this `groupId:artifactId:version:`)
* 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.