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
License |
License |
---|---|
GroupId | GroupIdorg.apache.camel.archetypes |
ArtifactId | ArtifactIdcamel-archetype-war |
Version | Version2.6.0 |
Type | Typemaven-archetype |
Description |
DescriptionCamel :: 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 |
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