Create Java project with Maven archetype camel-drools-archetype

Creates a new Camel project using the Drools rule engine.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Dcxf-version="My-cxf-version"   -Ddrools-version="My-drools-version"   -Dmaven-bundle-plugin-version="My-maven-bundle-plugin-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dslf4j-version="My-slf4j-version"   -Dspring-version="My-spring-version"   -DarchetypeGroupId="org.fusesource.fabric"   -DarchetypeArtifactId="camel-drools-archetype"   -DarchetypeVersion="7.2.0.redhat-083"   -DinteractiveMode=false 

Required parameters for generate java project:

camel-version
validationRegex: none
cxf-version
validationRegex: none
drools-version
validationRegex: none
maven-bundle-plugin-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
slf4j-version
validationRegex: none
spring-version
validationRegex: none

Details about maven archetype camel-drools-archetype

GroupId

GroupId

org.fusesource.fabric
ArtifactId

ArtifactId

camel-drools-archetype
Version

Version

7.2.0.redhat-083
Type

Type

maven-archetype
Description

Description

Fuse :: Archetypes :: Camel Drools
Creates a new Camel project using the Drools rule engine.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fusesource.fabric -DarchetypeArtifactId=camel-drools-archetype -DarchetypeVersion=7.2.0.redhat-083 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.