...
- Build the blueprint processor project using – mvn clean install -o -DskipTests -Dmaven.test.skip=true -Pdocker
(After one successful build, you may add -o option to speed up the build) - Start the maria-db container using - docker-compose -f docker-compose.yml up -d
The docker file is present under distribution/code/ccsdk/apps/ms/blueprintsprocessor/distribution/src/main/dc/
You have to configure your IDE like in order to run the application.
...