4.0.0 com.example http-server-restdocs 0.0.1 Spring Cloud Contract RestDocs Http Server Sample Spring Cloud RestDocs Verifier Http Server Sample org.springframework.boot spring-boot-starter-parent 2.4.13 UTF-8 1.8 3.0.7-SNAPSHOT true org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-actuator com.fasterxml.jackson.dataformat jackson-dataformat-xml org.springframework.boot spring-boot-starter-test test org.springframework.cloud spring-cloud-starter-contract-stub-runner test org.springframework.cloud spring-cloud-starter-contract-verifier test org.springframework.restdocs spring-restdocs-mockmvc true 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-clean-plugin build target org.apache.maven.plugins maven-assembly-plugin stub prepare-package single false true ${basedir}/src/assembly/stub.xml maven-surefire-plugin true org.springframework.cloud spring-cloud-contract-maven-plugin ${spring-cloud-contract.version} true .*standalone.* com.example.fraud.FraudBaseWithStandaloneSetup .*webapp.* com.example.fraud.FraudBaseWithWebAppSetup spring-snapshots Spring Snapshots https://repo.spring.io/snapshot true spring-milestones Spring Milestones https://repo.spring.io/milestone false spring-releases Spring Releases https://repo.spring.io/release false spring-snapshots Spring Snapshots https://repo.spring.io/snapshot true spring-milestones Spring Milestones https://repo.spring.io/milestone false spring-releases Spring Releases https://repo.spring.io/release false integration org.codehaus.mojo exec-maven-plugin 1.6.0 gradle test ./gradlew clean build publishToMavenLocal -PverifierVersion=${spring-cloud-contract.version} exec windows org.codehaus.mojo exec-maven-plugin 1.6.0 gradle test gradlew.bat clean build install -PverifierVersion=${spring-cloud-contract.version} exec