Merge pull request #5426 from eugenp/lor6-patch-2

Update README.md
This commit is contained in:
Loredana Crusoveanu 2018-10-11 21:14:58 +03:00 committed by GitHub
commit 19f5943b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,8 @@ In additional to Spring, the following technologies are in focus: `core Java`, `
Building the project
====================
To do the full build, do: `mvn install -Pdefault -Dgib.enabled=false`
Building a single module
====================
To build a specific module run the command: `mvn clean install -Dgib.enabled=false` in the module directory