From a85ece38f3ac25384218bfa259e5159ff24540a5 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 4 May 2017 16:49:50 +0200 Subject: [PATCH] Updated docs --- docs/src/main/asciidoc/verifier/stubrunner.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/verifier/stubrunner.adoc b/docs/src/main/asciidoc/verifier/stubrunner.adoc index 0359fcbac0..32cd50a7a5 100644 --- a/docs/src/main/asciidoc/verifier/stubrunner.adoc +++ b/docs/src/main/asciidoc/verifier/stubrunner.adoc @@ -49,10 +49,10 @@ include::{samples_url}/producer_with_restdocs/src/assembly/stub.xml[indent=0] include::{plugins_path}/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/scenarioProject/build.gradle[tags=jar_setup,indent=0] ---- -==== Modules - include::{stubrunner_core_path}/README.adoc[] +=== Common + ==== Common properties for JUnit and Spring Some of the properties that are repetitive can be set using system properties or configuration properties (for Spring). Here are their names with their default values: @@ -68,6 +68,8 @@ Some of the properties that are repetitive can be set using system properties or |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 +|stubrunner.stubsPerConsumer|false| Set to `true` if you want to use different stubs per each consumer instead of registering all stubs for every consumer +|stubrunner.consumerName|| If you want to use stubs per consumer and want to override the consumer name just change this value |====================== ===== Stub runner stubs ids