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 11:08:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-15237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-15237.
---------------------------------
    Resolution: Fixed

> 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
>            Assignee: Claus Ibsen
>            Priority: Major
>             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)