Full name:
org.springframework.cloud:spring-cloud-contract-maven-plugin:3.1.0-M3:generateStubs
Description:
Attributes:
package
.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 . |
java.lang.String
No
stubs
java.lang.String[]
No
boolean
No
failOnNoContracts
true
boolean
No
incrementalContractStubsJar
true
boolean
No
spring.cloud.contract.verifier.jar.skip
false
java.io.File
No
stubsDirectory
${project.build.directory}/stubs
boolean
No
spring.cloud.contract.verifier.skip
false