Create Java project with Maven archetype karaf-camel-amq-archetype

Creates a new ActiveMQ and Camel Example

Create a Java Project by archetype karaf-camel-amq-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dfabric8-profile="My-fabric8-profile"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="karaf-camel-amq-archetype"   -DarchetypeVersion="1.2.0.redhat-133"   -DinteractiveMode=false 

Required parameters for generate java project:

fabric8-profile
validationRegex: none

Details about maven archetype karaf-camel-amq-archetype

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

karaf-camel-amq-archetype
Version

Version

1.2.0.redhat-133
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=karaf-camel-amq-archetype -DarchetypeVersion=1.2.0.redhat-133 -DinteractiveMode=false