This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new bdc9a30e54b doc: Running a Maven or Gradle based project, improve note
(#17245)
bdc9a30e54b is described below
commit bdc9a30e54b3cd557e5aa44f5820c8125b045ced
Author: Marco Carletti <[email protected]>
AuthorDate: Mon Feb 24 13:03:31 2025 +0100
doc: Running a Maven or Gradle based project, improve note (#17245)
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index c1db7087040..3e28f4706ab 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -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