Skip to content

Minimal project for listing camel catalog component names

Notifications You must be signed in to change notification settings

fvcortes/list-camel-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camel Catalog Names

This README provides the steps to build and execute the project in both JVM and native modes. The instructions are intended for replicarium purposes.

Building and Running the Project

Build and Run (JVM)

  1. Build the project:

    mvn clean package
  2. Execute the project:

    java -jar target/quarkus-app/quarkus-run.jar

Build and Run (Native)

  1. Build the project in native mode:

    mvn clean package -Pnative
  2. Execute the native binary:

    ./target/camel-quarkus-catalog-main-3.13.0-runner

Notes

  • 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.

About

Minimal project for listing camel catalog component names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages