Bumped copyrights
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user