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

gzurowski pushed a commit to branch release/3.6.0
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fafd072d590b2f40626792387f74fdd9f64b0530
Author: Claus Ibsen <[email protected]>
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>

Reply via email to