From 8bda0b49265e5dcc6ff0364d3e9c6d278e33a2cd Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 17 Aug 2017 18:49:57 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index ba174dabf2..3af9353bc2 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -3658,7 +3658,8 @@ For both Maven and Gradle the setup comes out of the box. But you can customize
Maven
<!-- First disable the default jar setup in the properties section-->
-Unresolved directive in verifier/stubrunner.adoc - include::https://raw.githubusercontent.com/spring-cloud-samples/spring-cloud-contract-samples/master/producer_with_restdocs/pom.xml[tags=skip_jar,indent=0]
+<!-- we don't want the verifier to do a jar for us -->
+<spring.cloud.contract.verifier.skip>true</spring.cloud.contract.verifier.skip>
 
 <!-- Next add the assembly plugin to your build -->
 <!-- we want the assembly plugin to generate the JAR -->