Bumped copyrights

This commit is contained in:
Marcin Grzejszczak
2017-01-16 12:40:29 +01:00
parent edf30b73d6
commit 8d23d934c9
406 changed files with 517 additions and 416 deletions

View File

@@ -754,7 +754,7 @@ Example of a `pom.xml` inside the `server` folder.
include::{introduction_url}/samples/standalone/contracts/com/example/server/pom.xml[indent=0]
----
As you can see there are no dependencies other than the Spring Cloud Contract Verifier Maven plugin.
As you can see there are no dependencies other than the Spring Cloud Contract Maven Plugin.
Those poms are necessary for the consumer side to run `mvn clean install -DskipTests` to locally install
stubs of the producer project.

View File

@@ -463,7 +463,7 @@ will be extending the `com.example.ComBase` whereas the rest of tests will exten
===== Invoking generated tests
Spring Cloud Contract Verifier Maven Plugin generates verification code into directory `/generated-test-sources/contractVerifier` and attach this directory to `testCompile` goal.
Spring Cloud Contract Maven Plugin generates verification code into directory `/generated-test-sources/contractVerifier` and attach this directory to `testCompile` goal.
For Groovy Spock code use: