From de7a80fdf86235a0aba38240ba52d640e19a1aed Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Fri, 16 Mar 2018 06:33:43 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
..._spring_cloud_contract_verifier_setup.html | 7 ++-
single/spring-cloud-contract.html | 7 ++-
.../checkstyle.html | 6 +-
.../complex.html | 6 +-
.../configs.html | 6 +-
.../convert-mojo.html | 41 ++++++++++---
.../generateStubs-mojo.html | 6 +-
.../generateTests-mojo.html | 57 ++++++++++++++-----
.../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 +-
.../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 | 10 +++-
27 files changed, 160 insertions(+), 94 deletions(-)
diff --git a/multi/multi__spring_cloud_contract_verifier_setup.html b/multi/multi__spring_cloud_contract_verifier_setup.html
index d43f271cc6..2e4075a395 100644
--- a/multi/multi__spring_cloud_contract_verifier_setup.html
+++ b/multi/multi__spring_cloud_contract_verifier_setup.html
@@ -144,7 +144,9 @@ closure to set it up.
* contractsMode: Specifies the mode of downloading contracts (whether the
JAR is available offline, remotely etc.)
* contractsSnapshotCheckSkip: If set to true will not assert whether the
-downloaded stubs / contract JAR was downloaded from a remote location or a local one
4.1.10 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
+downloaded stubs / contract JAR was downloaded from a remote location or a local one
+* deleteStubsAfterTest: If set to false will not remove any downloaded
+contracts from temporary directories
4.1.10 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
specification for all generated acceptance tests. In this class, you need to point to an
endpoint, which should be verified.
abstractclass BaseMockMvcSpec extends Specification {
@@ -376,7 +378,8 @@ extends com.example.base.BaseClass. This setting ta
packageWithBaseClasses and baseClassForTests.
If you want to download your contract definitions from a Maven repository, you can use
the following options:
contractDependency: The contract dependency that contains all the packaged contracts.
contractsPath: The path to the concrete contracts in the JAR with packaged contracts.
Defaults to groupid/artifactid where gropuid is slash separated.
contractsMode: Picks the mode in which stubs will be found and registered
contractsSnapshotCheckSkip: If true then will not assert whether a stub / contract
-JAR was downloaded from local or remote location
contractsRepositoryUrl: URL to a repo with the artifacts that have contracts. If it is not provided,
+JAR was downloaded from local or remote location
deleteStubsAfterTest: If set to false will not remove any downloaded
+contracts from temporary directories
contractsRepositoryUrl: URL to a repo with the artifacts that have contracts. If it is not provided,
use the current Maven ones.
contractsRepositoryUsername: The user name to be used to connect to the repo with contracts.
contractsRepositoryPassword: The password to be used to connect to the repo with contracts.
contractsRepositoryProxyHost: The proxy host to be used to connect to the repo with contracts.
contractsRepositoryProxyPort: The proxy port to be used to connect to the repo with contracts.
We cache only non-snapshot, explicitly provided versions (for example
+ or 1.0.0.BUILD-SNAPSHOT won’t get cached). By default, this feature is turned on.
4.2.8 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
specification for all generated acceptance tests. In this class, you need to point to an
diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html
index 01ccaa749b..d665d84f45 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -1329,7 +1329,9 @@ closure to set it up.
* contractsMode: Specifies the mode of downloading contracts (whether the
JAR is available offline, remotely etc.)
* contractsSnapshotCheckSkip: If set to true will not assert whether the
-downloaded stubs / contract JAR was downloaded from a remote location or a local one
4.1.10 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
+downloaded stubs / contract JAR was downloaded from a remote location or a local one
+* deleteStubsAfterTest: If set to false will not remove any downloaded
+contracts from temporary directories
4.1.10 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
specification for all generated acceptance tests. In this class, you need to point to an
endpoint, which should be verified.
abstractclass BaseMockMvcSpec extends Specification {
@@ -1561,7 +1563,8 @@ extends com.example.base.BaseClass. This setting ta
packageWithBaseClasses and baseClassForTests.
If you want to download your contract definitions from a Maven repository, you can use
the following options:
contractDependency: The contract dependency that contains all the packaged contracts.
contractsPath: The path to the concrete contracts in the JAR with packaged contracts.
Defaults to groupid/artifactid where gropuid is slash separated.
contractsMode: Picks the mode in which stubs will be found and registered
contractsSnapshotCheckSkip: If true then will not assert whether a stub / contract
-JAR was downloaded from local or remote location
contractsRepositoryUrl: URL to a repo with the artifacts that have contracts. If it is not provided,
+JAR was downloaded from local or remote location
deleteStubsAfterTest: If set to false will not remove any downloaded
+contracts from temporary directories
contractsRepositoryUrl: URL to a repo with the artifacts that have contracts. If it is not provided,
use the current Maven ones.
contractsRepositoryUsername: The user name to be used to connect to the repo with contracts.
contractsRepositoryPassword: The password to be used to connect to the repo with contracts.
contractsRepositoryProxyHost: The proxy host to be used to connect to the repo with contracts.
contractsRepositoryProxyPort: The proxy port to be used to connect to the repo with contracts.
We cache only non-snapshot, explicitly provided versions (for example
+ or 1.0.0.BUILD-SNAPSHOT won’t get cached). By default, this feature is turned on.
4.2.8 Single Base Class for All Tests
When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base
specification for all generated acceptance tests. In this class, you need to point to an
diff --git a/spring-cloud-contract-maven-plugin/checkstyle.html b/spring-cloud-contract-maven-plugin/checkstyle.html
index b489d27574..01e23047ce 100644
--- a/spring-cloud-contract-maven-plugin/checkstyle.html
+++ b/spring-cloud-contract-maven-plugin/checkstyle.html
@@ -1,13 +1,13 @@
@@ -441,7 +453,7 @@ JAR was downloaded from local or remote location Default value is: <
further processing. Default value is: false. User property is: excludeBuildFolders.
@@ -466,7 +478,7 @@ further processing. Default value is: false. User p
maven project. Default value is: ${basedir}. User property is: contractsDirectory.
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml
index cc19e0c1fe..5f7e180538 100644
--- a/spring-cloud-contract.xml
+++ b/spring-cloud-contract.xml
@@ -4,7 +4,7 @@
Spring Cloud Contract
-2018-03-15
+2018-03-16
@@ -2263,7 +2263,9 @@ closure to set it up.
* contractsMode: Specifies the mode of downloading contracts (whether the
JAR is available offline, remotely etc.)
* contractsSnapshotCheckSkip: If set to true will not assert whether the
-downloaded stubs / contract JAR was downloaded from a remote location or a local one
+downloaded stubs / contract JAR was downloaded from a remote location or a local one
+* deleteStubsAfterTest: If set to false will not remove any downloaded
+contracts from temporary directories
Single Base Class for All Tests
@@ -2663,6 +2665,10 @@ Defaults to groupid/artifactid where gropuid
+deleteStubsAfterTest: If set to false will not remove any downloaded
+contracts from temporary directories
+
+contractsRepositoryUrl: URL to a repo with the artifacts that have contracts. If it is not provided,
use the current Maven ones.