aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-05-13 05:28:33 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-13 05:28:33 +0000
commit1c7c7219b55d341c7c9986d4a112fe73d1878364 (patch)
tree127dec00c008f6ea8dcecc1c08f2b3ff044e1a4b /README.md
parent74168c28186c85d1c220d643f7f78f68cdee36ae (diff)
parentfb3e87f892ee321148e6988a7089a2e6da262c69 (diff)
Merge "Add profile "integration" that will run integration tests for PNF and Netconf"
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