build: add profiles for image push and build (activated by relevant quarkus config property)
Added profiles to services/pom.xml
with two profiles for image creation, push and build
These profiles add the quarkus maven plugin to the services when activated by the properties quarkus.container-image.push=true
and quarkus.container-image.build=true
This way we can still run ./mvnw quarkus:dev
resulting in start of monolith
dev mode.