First you should pull the project from:
https://gitlab.inria.fr/gazelle/private/industrialization/docker/wado-errors-manager.git
then you can use quarkus with :
mvn clean package
cd wado-errors-manager-service
mvn docker:start
Or
you can use the application with :
mvn clean install