Refactoring and fixing Docs
[ccsdk/cds.git] / docs / microservices / blueprintsProcessorMS.rst
index e447c3f..9f13c0e 100644 (file)
@@ -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:
 ----------------------------------------------