FIXME
You can run your application in dev mode that enables live coding using:
mvn compile quarkus:dev
FIXME
The application can be packaged using:
mvn package
It produces the quarkus-run.jar
file in the target/quarkus-app/
directory.
The application runs using java -jar target/quarkus-app/quarkus-run.jar
.