diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-09-25 17:22:54 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-09-28 16:08:21 +0000 |
commit | 51e7c12ccd4889cea181d92b368e1b74622ac769 (patch) | |
tree | ef505fab3c2b199da1eb4789ffcb646084462936 /docs/microservices/blueprintsProcessorMS.rst | |
parent | 4218584b7cbfb512179735130bf0559028faea18 (diff) |
Refactoring and fixing Docs
Issue-ID: CCSDK-2846
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I67b3270a2052a7f6bc878ba010011f01cb348192
Diffstat (limited to 'docs/microservices/blueprintsProcessorMS.rst')
-rw-r--r-- | docs/microservices/blueprintsProcessorMS.rst | 3 |
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: ---------------------------------------------- |