Create Java project with Maven archetype camel-archetype-war

Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-war"   -DarchetypeVersion="2.6.0"   -DinteractiveMode=false 

Details about maven archetype camel-archetype-war

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-war
Version

Version

2.6.0
Type

Type

maven-archetype
Description

Description

Camel :: Archetypes :: Camel Router WAR
Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR
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-war -DarchetypeVersion=2.6.0 -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.