Create Java project with Maven archetype wildfly-camel-archetype-cdi

Creates a WildFly Camel CDI application

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion-wildfly-camel="My-version-wildfly-camel"   -Dversion-maven-compiler-plugin="My-version-maven-compiler-plugin"   -Dversion-maven-surefire-plugin="My-version-maven-surefire-plugin"   -Dversion-maven-war-plugin="My-version-maven-war-plugin"   -Dversion-wildfly-maven-plugin="My-version-wildfly-maven-plugin"   -DarchetypeGroupId="org.wildfly.camel.archetypes"   -DarchetypeArtifactId="wildfly-camel-archetype-cdi"   -DarchetypeVersion="12.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

version-wildfly-camel
validationRegex: none
version-maven-compiler-plugin
validationRegex: none
version-maven-surefire-plugin
validationRegex: none
version-maven-war-plugin
validationRegex: none
version-wildfly-maven-plugin
validationRegex: none

Details about maven archetype wildfly-camel-archetype-cdi

License

License

GroupId

GroupId

org.wildfly.camel.archetypes
ArtifactId

ArtifactId

wildfly-camel-archetype-cdi
Version

Version

12.0.0
Type

Type

maven-archetype
Description

Description

Wildfly Camel :: Archetypes :: CDI
Creates a WildFly Camel CDI application

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.wildfly.camel : wildfly-camel-feature-pack pom 12.0.0

Project Modules

There are no modules declared in this project.