Full name:
org.springframework.cloud:spring-cloud-contract-maven-plugin:3.0.0.BUILD-SNAPSHOT:generateStubs
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <classifier> | String | - | (no description) Default value is: stubs. |
| <excludedFiles> | String[] | - | Patterns that should not be taken into account for processing. |
| <failOnNoContracts> | boolean | - | When enabled, this flag will tell stub runner to throw an exception
when no stubs / contracts were found. Default value is: true. User property is: failOnNoContracts. |
| <incrementalContractStubsJar> | boolean | - | If set to true then stubs jar is created only when stubs have
changed since last build. Default value is: true. User property is: incrementalContractStubsJar. |
| <jarSkip> | boolean | - | Set this to "true" to bypass only JAR creation. Default value is: false. User property is: spring.cloud.contract.verifier.jar.skip. |
| <outputDirectory> | File | - | (no description) Default value is: ${project.build.directory}/stubs. User property is: stubsDirectory. |
| <skip> | boolean | - | Set this to "true" to bypass the whole Verifier execution. Default value is: false. User property is: spring.cloud.contract.verifier.skip. |