aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6c6bb17..3ed2612 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ Project consists of three submodules:
Detailed information about submodules can be found in ```README.md``` in their directories.
-## Project building
+## Building Docker images
```
-mvn clean package
+mvn clean install -P docker
```
-## Building Docker images
+## Run integration tests
```
-mvn clean package -P docker -DskipTests=true
+mvn verify -P integration
```
##Sanity check