Full name:
org.springframework.cloud:spring-cloud-contract-maven-plugin:2.2.1.BUILD-SNAPSHOT:pushStubsToScm
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <contractsMode> | StubRunnerProperties$StubsMode | - | Picks the mode in which stubs will be found and registered. Default value is: CLASSPATH. User property is: contractsMode. |
| <contractsProperties> | Map | - | Map of properties that can be passed to custom
StubDownloaderBuilder. User property is: contractsProperties. |
| <contractsRepositoryPassword> | String | - | The password to be used to connect to the repo with contracts. User property is: contractsRepositoryPassword. |
| <contractsRepositoryUrl> | String | - | The URL from which a contracts should get downloaded. If not
provided but artifactid / coordinates notation was provided then
the current Maven's build repositories will be taken into
consideration. User property is: contractsRepositoryUrl. |
| <contractsRepositoryUsername> | String | - | The user name to be used to connect to the repo with contracts. User property is: contractsRepositoryUsername. |
| <deleteStubsAfterTest> | boolean | - | If set to false will NOT delete stubs from a temporary
folder after running tests. Default value is: true. User property is: deleteStubsAfterTest. |
| <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. |
| <taskSkip> | boolean | - | Set this to "true" to bypass only JAR creation. Default value is: false. User property is: spring.cloud.contract.verifier.publish-stubs-to-scm.skip. |