Full name:
org.springframework.cloud:spring-cloud-contract-maven-plugin:3.1.9-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 . |
org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties$StubsMode
No
contractsMode
CLASSPATH
StubDownloaderBuilder
.java.util.Map
No
contractsProperties
java.lang.String
No
contractsRepositoryPassword
java.lang.String
No
contractsRepositoryUrl
java.lang.String
No
contractsRepositoryUsername
false
will NOT delete stubs from a temporary
folder after running tests.boolean
No
deleteStubsAfterTest
true
java.io.File
No
stubsDirectory
${project.build.directory}/stubs
boolean
No
spring.cloud.contract.verifier.skip
false
boolean
No
spring.cloud.contract.verifier.publish-stubs-to-scm.skip
false