Create Java project with Maven archetype java-camel-cdi-http-archetype

Creates a new Camel route using CDI in a standalone Java Container calling the remote camel-servlet quickstart

Create a Java Project by archetype java-camel-cdi-http-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dfabric8.dockerPrefix="My-fabric8.dockerPrefix"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="java-camel-cdi-http-archetype"   -DarchetypeVersion="2.2.9.1"   -DinteractiveMode=false 

Required parameters for generate java project:

fabric8.dockerPrefix
validationRegex: none

Details about maven archetype java-camel-cdi-http-archetype

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

java-camel-cdi-http-archetype
Version

Version

2.2.9.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=java-camel-cdi-http-archetype -DarchetypeVersion=2.2.9.1 -DinteractiveMode=false