4.0.0 com.example http-server-restdocs 0.0.1-SNAPSHOT Spring Cloud Contract RestDocs Http Server Sample Spring Cloud RestDocs Verifier Http Server Sample org.springframework.boot spring-boot-starter-parent 1.4.0.BUILD-SNAPSHOT UTF-8 1.8 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-actuator org.springframework.boot spring-boot-starter-test test org.springframework.restdocs spring-restdocs-mockmvc true org.springframework.cloud spring-cloud-contract-wiremock test com.google.code.gson gson test org.springframework.cloud spring-cloud-contract-dependencies ${spring-cloud-contract.version} pom import org.springframework.boot spring-boot-maven-plugin maven-deploy-plugin true org.apache.maven.plugins maven-assembly-plugin stub prepare-package single false true ${basedir}/src/assembly/stub.xml spring true spring-snapshots Spring Snapshots http://repo.spring.io/libs-snapshot-local true spring-milestones Spring Milestones http://repo.spring.io/libs-milestone-local false spring-releases Spring Releases http://repo.spring.io/release false spring-snapshots Spring Snapshots http://repo.spring.io/libs-snapshot-local true spring-milestones Spring Milestones http://repo.spring.io/libs-milestone-local false spring-plugin-snapshots Spring Snapshots http://repo.spring.io/plugins-snapshot-local true spring-plugin-milestones Spring Milestones http://repo.spring.io/plugins-milestone-local false integration org.codehaus.mojo exec-maven-plugin gradle test ./gradlew clean build install -PverifierVersion=${spring-cloud-contract.version} exec