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/10/15 17:15:01 UTC

[camel] branch camel-3.6.x updated: CAMEL-15695: Disable maven archertypes as they should have been moved to their project owners.

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

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


The following commit(s) were added to refs/heads/camel-3.6.x by this push:
     new 101143a  CAMEL-15695: Disable maven archertypes as they should have been moved to their project owners.
101143a is described below

commit 101143add8895134e59e2d557b6ed76a1e28a270
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 15 19:12:17 2020 +0200

    CAMEL-15695: Disable maven archertypes as they should have been moved to their project owners.
---
 archetypes/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index e50c069..6691b3a 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -34,15 +34,16 @@
     <packaging>pom</packaging>
 
     <modules>
+        <!-- TODO: https://issues.apache.org/jira/browse/CAMEL-15695 -->
         <module>camel-archetype-api-component</module>
-        <module>camel-archetype-blueprint</module>
+        <!-- <module>camel-archetype-blueprint</module>-->
         <module>camel-archetype-cdi</module>
         <module>camel-archetype-component</module>
         <module>camel-archetype-dataformat</module>
         <module>camel-archetype-java</module>
         <module>camel-archetype-main</module>
         <module>camel-archetype-spring</module>
-        <module>camel-archetype-spring-boot</module>
+        <!--<module>camel-archetype-spring-boot</module>-->
     </modules>
 
     <profiles>