Create Java project with Maven archetype karaf-camel-rest-sql-archetype

Creates a new Camel Example using Rest DSL with SQL Database

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Dkaraf-version="My-karaf-version"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="karaf-camel-rest-sql-archetype"   -DarchetypeVersion="2.2.114"   -DinteractiveMode=false 

Required parameters for generate java project:

camel-version
validationRegex: none
karaf-version
validationRegex: none

Details about maven archetype karaf-camel-rest-sql-archetype

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

karaf-camel-rest-sql-archetype
Version

Version

2.2.114
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-rest-sql-archetype -DarchetypeVersion=2.2.114 -DinteractiveMode=false