Update README.md (#13556)

This commit is contained in:
Dhawal Kapil 2023-03-02 22:53:50 +05:30 committed by GitHub
parent cfedf55a29
commit 184cdff59d
1 changed files with 4 additions and 0 deletions

View File

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