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"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="java-camel-cdi-http-archetype"   -DarchetypeVersion="2.2.34"   -DinteractiveMode=false 

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

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

java-camel-cdi-http-archetype
Version

Version

2.2.34
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Java :: Camel CDI :: HTTP
Creates a new Camel route using CDI in a standalone Java Container calling the remote camel-servlet quickstart
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=java-camel-cdi-http-archetype -DarchetypeVersion=2.2.34 -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.