From bd620996526aa746888cd47c87567463df930d02 Mon Sep 17 00:00:00 2001
From: Marcin Grzejszczak
Date: Wed, 9 May 2018 08:04:20 +0200
Subject: [PATCH] Sync docs from master to gh-pages
---
multi/multi__contract_dsl.html | 90 ++++++++++++++-
...lti__using_the_pluggable_architecture.html | 4 +-
multi/multi_spring-cloud-contract.html | 2 +-
single/spring-cloud-contract.html | 96 +++++++++++++++-
.../checkstyle.html | 6 +-
.../checkstyle.rss | 32 +++---
.../complex.html | 6 +-
.../configs.html | 6 +-
.../convert-mojo.html | 6 +-
.../generateStubs-mojo.html | 6 +-
.../generateTests-mojo.html | 6 +-
.../help-mojo.html | 6 +-
spring-cloud-contract-maven-plugin/index.html | 6 +-
.../integration.html | 6 +-
.../issue-tracking.html | 6 +-
spring-cloud-contract-maven-plugin/junit.html | 6 +-
.../license.html | 6 +-
.../plugin-info.html | 6 +-
.../plugin-management.html | 6 +-
.../plugins.html | 6 +-
.../project-info.html | 6 +-
.../project-reports.html | 6 +-
.../project-summary.html | 6 +-
.../pushStubsToScm-mojo.html | 6 +-
.../run-mojo.html | 6 +-
.../sitemap.html | 6 +-
.../source-repository.html | 6 +-
spring-cloud-contract-maven-plugin/spock.html | 6 +-
.../team-list.html | 6 +-
spring-cloud-contract-maven-plugin/usage.html | 6 +-
spring-cloud-contract.xml | 107 ++++++++++++++++++
31 files changed, 382 insertions(+), 99 deletions(-)
diff --git a/multi/multi__contract_dsl.html b/multi/multi__contract_dsl.html
index 7bbfaf967d..0d940415aa 100644
--- a/multi/multi__contract_dsl.html
+++ b/multi/multi__contract_dsl.html
@@ -1817,4 +1817,92 @@ index of the contract in the list.
The generated stubs is shown in the fol
1_WithList.json
As you can see, the first file got the name parameter from the contract. The second
got the name of the contract file (WithList.groovy) prefixed with the index (in this
case, the contract had an index of 1 in the list of contracts in the file).
![[Tip]](images/tip.png) | Tip |
|---|
As you can see, it iss much better if you name your contracts because doing so makes
-your tests far more meaningful. |