mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="io.fabric8.archetypes"    -DarchetypeArtifactId="camel-spring-boot-archetype"    -DarchetypeVersion="1.1.0.CR1"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.fabric8.archetypes | 
    
| ArtifactId | ArtifactIdcamel-spring-boot-archetype | 
    
| Version | Version1.1.0.CR1 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionFabric8 :: Archetypes :: QuickStart Camel and Spring Boot 
            Shows how to use Camel with Spring Boot in the Java Container. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=camel-spring-boot-archetype -DarchetypeVersion=1.1.0.CR1 -DinteractiveMode=false
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.fabric8 : archetype-builder | jar | 1.1.0.CR1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |