From 06cdce19b905c30cf9d686b238c0dd1e8b46373f Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 7 Jul 2021 14:59:56 +0200 Subject: [PATCH] Add note in README about the need to have Docker for a full build --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7611eeb7..d591d7605 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Clone the git repository using the URL on the Github home page: ## Command Line -Maven is the build tool used for Spring Batch. You can build the project via the command: +Maven is the build tool used for Spring Batch. You can build the project with the following command: $ ./mvnw package @@ -29,6 +29,8 @@ If you want to perform a full build with all integration tests, then run: $ ./mvnw verify +Please note that some integration tests are based on Docker, so please make sure to have Docker up and running before running a full build. + To generate the reference documentation, run the following commands: ```