summaryrefslogtreecommitdiffstats
path: root/docs/microservices/blueprintsProcessorMS.rst
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-09-29 15:04:33 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-29 15:04:33 +0000
commit30d59d2339aed659540c7af63e0de7644df2c3e6 (patch)
tree78c5992c5790b8117d28aa3e150957b3423d0fd3 /docs/microservices/blueprintsProcessorMS.rst
parent4726dfef46e024941f25be2c9d4ee66a5b1798ba (diff)
parent51e7c12ccd4889cea181d92b368e1b74622ac769 (diff)
Merge "Refactoring and fixing Docs"
Diffstat (limited to 'docs/microservices/blueprintsProcessorMS.rst')
-rw-r--r--docs/microservices/blueprintsProcessorMS.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/microservices/blueprintsProcessorMS.rst b/docs/microservices/blueprintsProcessorMS.rst
index e447c3ff9..9f13c0e5d 100644
--- a/docs/microservices/blueprintsProcessorMS.rst
+++ b/docs/microservices/blueprintsProcessorMS.rst
@@ -35,7 +35,7 @@ In the checked out directory, type
.. code-block:: none
- mvn clean install -DskipTests=true -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dadditionalparam=-Xdoclint:none
+ mvn clean install -Pq -Dadditionalparam=-Xdoclint:none
Create the needed Docker images:
@@ -53,6 +53,7 @@ Build it using the Maven profile called Docker:
mvn clean install -Pdocker
+
Start Docker containers using docker-composer:
----------------------------------------------