Full name:
org.springframework.cloud:spring-cloud-contract-maven-plugin:1.0.0.BUILD-SNAPSHOT:convert
Description:
This goal allows you to generate `stubs-jar` or execute `spring-cloud-contract:run` with generated WireMock mappings.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| contractsDirectory | File | - | Directory containing Spring Cloud Contract Verifier contracts
written using the GroovyDSL Default value is: ${basedir}/src/test/resources/contracts. |
| destination | File | - | (no description) Default value is: ${basedir}. User property is: stubsDirectory. |
| outputDirectory | File | - | Directory where the generated WireMock stubs from Groovy DSL should
be placed. You can then mention them in your packaging task to
create jar with stubs Default value is: ${project.build.directory}/stubs. |
| skip | boolean | - | (no description) Default value is: false. User property is: spring.cloud.contract.verifier.skip. |
| source | File | - | Directory containing contracts written using the GroovyDSL
This parameter is only used when goal is executed outside of maven project. Default value is: ${basedir}. User property is: contractsDirectory. |
skip:
This parameter is only used when goal is executed outside of maven project.