Create Java project with Maven archetype camel-archetype-cdi

Creates a new Camel project using CDI.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Dcdi-api-version="My-cdi-api-version"   -Ddeltaspike-version="My-deltaspike-version"   -Dweld3-version="My-weld3-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dexec-maven-plugin-version="My-exec-maven-plugin-version"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-cdi"   -DarchetypeVersion="3.17.0"   -DinteractiveMode=false 

Required parameters for generate java project:

camel-version
validationRegex: none
cdi-api-version
validationRegex: none
deltaspike-version
validationRegex: none
weld3-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
exec-maven-plugin-version
validationRegex: none

Details about maven archetype camel-archetype-cdi

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-cdi
Version

Version

3.17.0
Type

Type

maven-archetype
Description

Description

Camel :: Archetypes :: CDI Based Router
Creates a new Camel project using CDI.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.apache.camel : camel-support jar 3.17.0
org.apache.camel : camel-test jar 3.17.0

Project Modules

There are no modules declared in this project.