Full name:
org.springframework.cloud:spring-cloud-contract-maven-plugin:3.0.0-SNAPSHOT:run
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <destination> | File | - | (no description) Default value is: ${basedir}. User property is: stubsDirectory. |
| <httpPort> | int | - | HTTP port for the WireMock server that serves stubs. Default value is: 8080. User property is: spring.cloud.contract.verifier.http.port. |
| <maxPort> | int | - | Maximal port at which the stub should start. Default value is: 15000. User property is: spring.cloud.contract.verifier.http.maxPort. |
| <minPort> | int | - | Minimal port at which the stub should start. Default value is: 10000. User property is: spring.cloud.contract.verifier.http.minPort. |
| <serverId> | String | - | (no description) User property is: spring.cloud.contract.verifier.server-id. |
| <skip> | boolean | - | Set this to "true" to bypass verifier execution. Default value is: false. User property is: spring.cloud.contract.verifier.skip. |
| <skipTestOnly> | boolean | - | Set this to "true" to bypass verifier test generation. Default value is: false. User property is: spring.cloud.contract.verifier.skipTestOnly. |
| <stubs> | String | - | List of stubs to be downloaded and ran in a colon separated Ivy
notation. User property is: spring.cloud.contract.verifier.stubs. |
| <stubsClassifier> | String | - | Classifier used by stubs artifacts. Default value is: stubs. |
| <stubsDirectory> | File | - | (no description) Default value is: ${project.build.directory}/stubs/. |
| <waitForKeyPressed> | boolean | - | Should the plugin wait for the user to press the key after starting
the stubs. Default value is: true. User property is: spring.cloud.contract.verifier.wait-for-key-pressed. |