From 110bc62b743389cadeafce5379931b92aa981f50 Mon Sep 17 00:00:00 2001
From: buildmaster 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(only applicable to Maven repos, not Git or Pact).
* deleteStubsAfterTest: If set to false will not remove any downloaded
contracts from temporary directories
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 ace4970eba..2537b34fc0 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -1567,7 +1567,7 @@ 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(only applicable to Maven repos, not Git or Pact).
* deleteStubsAfterTest: If set to false will not remove any downloaded
contracts from temporary directories
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.xml b/spring-cloud-contract.xml
index a585bf20fe..c173fa475d 100644
--- a/spring-cloud-contract.xml
+++ b/spring-cloud-contract.xml
@@ -2660,7 +2660,7 @@ closure to set it up.
*