Update README.md (#13556)
This commit is contained in:
parent
cfedf55a29
commit
184cdff59d
|
@ -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
|
||||
====================
|
||||
|
|
Loading…
Reference in New Issue