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
<!-- 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 -->