Added docs to integration tests

This commit is contained in:
Marcin Grzejszczak
2016-01-12 17:39:51 +01:00
parent 1d9796cd6a
commit 555c525976

View File

@@ -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