From b5d27fab8f0931c61e731cc9bfbfe1b2a1c4b361 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 6 Feb 2017 03:43:08 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index f26bd2365c..5470c9c517 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -1973,11 +1973,7 @@ git pull https://your-git-server.com/server-side-fork.git contract-change-pr
-
	<dependency>
-	<groupId>org.springframework.cloud</groupId>
-	<artifactId>spring-cloud-starter-contract-verifier</artifactId>
-	<scope>test</scope>
-</dependency>
+
Unresolved directive in verifier/introduction.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-contract/1.0.x/samples/standalone/dsl/http-server/pom.xml[tags=verifier_test_dependencies,indent=0]
@@ -4236,24 +4232,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