From 05b3ea551982e4251c529d8d64de5e458e522e39 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 4 Mar 2019 10:34:03 +0100 Subject: [PATCH] Added a note on Maven version for going offline; fixes gh-640 --- docs/src/main/asciidoc/building.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/building.adoc b/docs/src/main/asciidoc/building.adoc index 9e1cf9ef79..0244dc1194 100644 --- a/docs/src/main/asciidoc/building.adoc +++ b/docs/src/main/asciidoc/building.adoc @@ -8,6 +8,8 @@ IMPORTANT: You need to have all the necessary Groovy plugins IMPORTANT: Spring Cloud Contract builds Docker images. Remember to have Docker installed. +IMPORTANT: If you want to run the build in offline mode, you have to have Maven 3.5.2+ installed. + === Project structure Here you can find the Spring Cloud Contract folder structure