From 555c52597610c2e48fff633a566636234e46a27c Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 12 Jan 2016 17:39:51 +0100 Subject: [PATCH] Added docs to integration tests --- README.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.adoc b/README.adoc index 41236b0bb..2ca062ee6 100644 --- a/README.adoc +++ b/README.adoc @@ -113,6 +113,16 @@ rabbit and redis. NOTE: If all else fails, build with the command from `.travis.yml` (usually `./mvnw install`). +==== Integration tests + +You can run the integration tests that boot up via docker compose the necessary +middleware during project building. To do that you need to run maven with the +`integration` profile. + +---- +$ ./mvnw install -Pintegration +---- + === Documentation The spring-cloud-build module has a "docs" profile, and if you switch