Create Java project with Maven archetype karaf-camel-amq-archetype

Creates a new ActiveMQ and Camel Example

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

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

Required parameters for generate java project:

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

Details about maven archetype karaf-camel-amq-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

karaf-camel-amq-archetype
Version

Version

2.2.197
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Karaf :: Camel using ActiveMQ
Creates a new ActiveMQ and Camel Example
Project Organization

Project Organization

Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=karaf-camel-amq-archetype -DarchetypeVersion=2.2.197 -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.