mvn spring-cloud-contract-verifier:convert+
mvn spring-cloud-contract:convert
diff --git a/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.html b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.html index e4681c5516..7707eb36bf 100644 --- a/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.html @@ -1,13 +1,13 @@
- +mvn spring-cloud-contract-verifier:convert+
mvn spring-cloud-contract:convert
mvn spring-cloud-contract-verifier:run+
mvn spring-cloud-contract:run
mvn spring-cloud-contract-verifier:run -Dstubs="org.springframework:gs-rest-service"+
mvn spring-cloud-contract:run -Dstubs="org.springframework:gs-rest-service"
where org.springframework:gs-rest-service is artifact with stubs classifier contains WireMock mappings.
In order for the goal to be executed correctly, target/stubs subdirectory should be added in the directory from which
+the command will be executed.
~/.m2/settings.xml is required: <pluginGroups><pluginGroup> org.springframework.cloud:spring-cloud-contract-maven-plugin</pluginGroup></pluginGroups>.
+1. Additional configuration inside ~/.m2/settings.xml is required: <pluginGroups><pluginGroup>org.springframework.cloud</pluginGroup></pluginGroups>.