Create Java project with Maven archetype camel-archetype-spring

Creates a new Camel project with added Spring DSL support.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-spring"   -DarchetypeVersion="2.6.0"   -DinteractiveMode=false 

Details about maven archetype camel-archetype-spring

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-spring
Version

Version

2.6.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-spring -DarchetypeVersion=2.6.0 -DinteractiveMode=false