Create Java project with Maven archetype camel-archetype-web

Creates a new Camel web project that deploys the Camel routes as a WAR application

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Djetty9-version="My-jetty9-version"   -Djetty-plugin-version="My-jetty-plugin-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dmaven-jboss-as-maven-plugin-version="My-maven-jboss-as-maven-plugin-version"   -Dspring-version="My-spring-version"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-web"   -DarchetypeVersion="3.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

camel-version
validationRegex: none
jetty9-version
validationRegex: none
jetty-plugin-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
maven-jboss-as-maven-plugin-version
validationRegex: none
spring-version
validationRegex: none

Details about maven archetype camel-archetype-web

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-web
Version

Version

3.3.0
Type

Type

maven-archetype
Description

Description

Camel :: Archetypes :: WAR with Spring XML Based Router
Creates a new Camel web project that deploys the Camel routes as a WAR application
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-web -DarchetypeVersion=3.3.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.