Skip to content

build: add profiles for image push and build (activated by relevant quarkus config property)

Jasper Vaneessen requested to merge build/quarkus-plugin into main

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.

Merge request reports

Loading