You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/06/24 10:26:00 UTC

[jira] [Created] (CAMEL-15237) PackageArchetypeCatalogMojo - Order in generated archetype-catalog

Claus Ibsen created CAMEL-15237:
-----------------------------------

             Summary: PackageArchetypeCatalogMojo - Order in generated archetype-catalog
                 Key: CAMEL-15237
                 URL: https://issues.apache.org/jira/browse/CAMEL-15237
             Project: Camel
          Issue Type: Improvement
          Components: tooling
            Reporter: Claus Ibsen
             Fix For: 3.5.0


This may generate the archetype-catalog in random order. Lets make sure its fixed

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
index 1c960fac35e..eb476a6d9a9 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml
@@ -3,57 +3,57 @@
   <archetypes>
     <archetype>
       <groupId>org.apache.camel.archetypes</groupId>
-      <artifactId>camel-archetype-api-component</artifactId>
+      <artifactId>camel-archetype-component</artifactId>
       <version>3.5.0-SNAPSHOT</version>
-      <description>Creates a new Camel component that wraps one or more API proxies.</description>
+      <description>Creates a new Camel component.</description>
     </archetype>
     <archetype>
       <groupId>org.apache.camel.archetypes</groupId>
-      <artifactId>camel-archetype-blueprint</artifactId>
+      <artifactId>camel-archetype-main</artifactId>
       <version>3.5.0-SNAPSHOT</version>
-      <description>Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.</description>
+      <description>Creates a new Camel project using standalone Camel Main.</description>
     </archetype>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)