Full name:
org.springframework.cloud:spring-cloud-contract-maven-plugin:2.2.5.RELEASE: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. |
<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. |