From d97c2f974a8040a3bdd1290bdd02d1e7c9f7f8d5 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 3 Feb 2017 09:15:25 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index b8bf3618dc..5d4972e3e9 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -4236,24 +4236,7 @@ For both Maven and Gradle the setup comes out of the box. But you can customize <spring.cloud.contract.verifier.skip>true</spring.cloud.contract.verifier.skip> <!-- Next add the assembly plugin to your build --> -<plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>stub</id> - <phase>prepare-package</phase> - <goals> - <goal>single</goal> - </goals> - <inherited>false</inherited> - <configuration> - <attach>true</attach> - <descriptor>${basedir}/src/assembly/stub.xml</descriptor> - </configuration> - </execution> - </executions> -</plugin> +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=assembly,indent=0] <!-- Finally setup your assembly. Below you can find the contents of src/main/assembly/stub.xml --> <assembly