From ebe9e15269182bcb68623c0cd0c3bf71199af76c Mon Sep 17 00:00:00 2001 From: Dhawal Kapil Date: Thu, 2 Mar 2023 22:53:50 +0530 Subject: [PATCH] Update README.md (#13556) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7ed1e6990a..b354a8f819 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ Building a single module ==================== To build a specific module, run the command: `mvn clean install` in the module directory. +It can happen that your module is part of a parent module e.g. `parent-boot-1`,`parent-spring-5` etc, then you will need to build the parent module first so that you can build your module. +We have created a `parents` profile that you can use to build just the parent modules, just run the profile as: +`mvn clean install -Pparents` + Building modules from the root of the repository ====================