From b19921a13aca3ee62e4b95ada00123374f9e8bc9 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 19 Jul 2016 21:58:39 +0200 Subject: [PATCH] Update README.adoc --- samples/standalone/README.adoc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/samples/standalone/README.adoc b/samples/standalone/README.adoc index 1531eb9e37..aa9e47dcb8 100644 --- a/samples/standalone/README.adoc +++ b/samples/standalone/README.adoc @@ -2,13 +2,6 @@ Projects that contain different samples of Spring Cloud Contract Verifier. -WARNING: The Verifier Maven Plugin is disabled by default. That's because we want in the - IDE help in terms of compilation verification. If someone executes `./mvnw clean install` - from the root of the `Spring Cloud Contract` project the samples will not blow up. To - ensure that you're running the `Verifier` tests you have to pass the `-Ptests` from the - `spring-cloud-contract-verifier-standalone-test-samples` project. Or just run the tests - from each of the standalone sample projects (since each of them is a separate Maven project). - Below you can find a list of samples: include::http-server/README.adoc[]