This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit a8b263978c76ecfb5f34f14de325838d90a5f51f Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Sep 26 10:25:06 2023 +0100 Prevent camel-k extension name metadata showing as 'Camel Camel K' --- tooling/create-extension-templates/quarkus-extension.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/create-extension-templates/quarkus-extension.yaml b/tooling/create-extension-templates/quarkus-extension.yaml index dd01664499..a67934220f 100644 --- a/tooling/create-extension-templates/quarkus-extension.yaml +++ b/tooling/create-extension-templates/quarkus-extension.yaml @@ -21,7 +21,7 @@ # mvn -N cq:update-quarkus-metadata # --- -name: "Camel [=nameBase]" +name: "[#if !nameBase?starts_with("Camel")]Camel [/#if][=nameBase]" description: "[=description]" icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg" metadata: