From 65d4a3b1aa3589da0aa7814a52cfb7135122649c Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Sun, 15 Nov 2020 16:11:13 +0100 Subject: [PATCH] Explain what to do in a multi-module structure --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3b28ab967..70e42f4622 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,9 @@ structure as follows: └── FirstMavenIT.java ``` +The integration tests do not have to live in the same Maven project as the component code. +In such a situation, you must add a dependency on the Maven project that contains the component code. + So now the real a test code looks like this: ```java