Merge branch 'master' into 2.0.x

This commit is contained in:
Marcin Grzejszczak
2017-10-24 18:33:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -555,7 +555,7 @@ The following is an example of a custom extension:
.TestWireMockExtensions.groovy
[source,groovy,indent=0]
----
include::{stubrunner_core_path}/src/test/groovy/org/springframework/cloud/contract/verifier/dsl/wiremock/TestWireMockExtensions.groovy[indent=0]
include::{verifier_core_path}/src/test/groovy/org/springframework/cloud/contract/verifier/dsl/wiremock/TestWireMockExtensions.groovy[indent=0]
----
IMPORTANT: Remember to override the `applyGlobally()` method and set it to `false` if you

View File

@@ -16,7 +16,7 @@
limitations under the License.
-->
<project name="Spring Cloud Contract Maven Plugin">
<project name="Spring Cloud Contract Maven Plugin" combine.self="override">
<bannerLeft>
<name>${project.name}</name>
</bannerLeft>