This README provides the steps to build and execute the project in both JVM and native modes. The instructions are intended for replicarium purposes.
-
Build the project:
mvn clean package
-
Execute the project:
java -jar target/quarkus-app/quarkus-run.jar
-
Build the project in native mode:
mvn clean package -Pnative
-
Execute the native binary:
./target/camel-quarkus-catalog-main-3.13.0-runner
- Ensure all necessary dependencies and tools are installed before executing the commands.
- This guide is for the camel-quarkus support team replicarium purposes. Adjust paths and versions as necessary depending on your environment.