Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ camel run build.gradle

Camel JBang will then scan in `src/main/java` and `src/main/resources` for files to include (recursive).

NOTE: Using `camel run pom.xml` is not intended as a fully compatible way of running an existing Maven-based project.
NOTE: Using `camel run pom.xml` is not intended as a fully compatible way of running an existing Maven-based project. It cannot start Quarkus or Spring Boot applications; instead, use the proper plugins/commands. The command is mainly used to migrate from old projects.

=== Running Route with user interactive prompt for placeholder values

Expand Down