You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 17:41:39 UTC

[camel] branch master updated: Use better goal for archetype

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c99dba  Use better goal for archetype
9c99dba is described below

commit 9c99dbaaf679057451628e13bda946020aecbec7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Sep 18 19:41:05 2020 +0200

    Use better goal for archetype
---
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml b/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml
index 7000fd5..179f890 100644
--- a/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/camel-archetype-component/src/main/resources/archetype-resources/pom.xml
@@ -101,7 +101,7 @@
           <execution>
             <id>generate</id>
             <goals>
-              <goal>generate</goal>
+              <goal>generate-component</goal>
             </goals>
             <phase>process-classes</phase>
           </execution>