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