Create Java project with Maven archetype camel-archetype-webconsole

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-webconsole with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dactivemq-version="My-activemq-version"   -Dcamel-version="My-camel-version"   -Dgeronimo-jms-spec-version="My-geronimo-jms-spec-version"   -Dlog4j-version="My-log4j-version"   -Djetty-version="My-jetty-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"   -Dxbean-spring-version="My-xbean-spring-version"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-webconsole"   -DarchetypeVersion="2.14.4"   -DinteractiveMode=false 

Required parameters for generate java project:

activemq-version
validationRegex: none
camel-version
validationRegex: none
geronimo-jms-spec-version
validationRegex: none
log4j-version
validationRegex: none
jetty-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
slf4j-version
validationRegex: none
spring-version
validationRegex: none
xbean-spring-version
validationRegex: none

Details about maven archetype camel-archetype-webconsole

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-webconsole
Version

Version

2.14.4
Type

Type

maven-archetype
Description

Description

Camel :: Archetypes :: Camel Router with web console
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-webconsole -DarchetypeVersion=2.14.4 -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.