mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dcamel-version="My-camel-version" -DarchetypeGroupId="io.fabric8.archetypes" -DarchetypeArtifactId="spring-camel-archetype" -DarchetypeVersion="2.2.197" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.fabric8.archetypes |
ArtifactId | ArtifactIdspring-camel-archetype |
Version | Version2.2.197 |
Type | Typemaven-archetype |
Description |
DescriptionFabric8 :: Archetypes :: Java :: Camel with Spring
Creates a new Camel route using Spring XML in a standalone Java container
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=spring-camel-archetype -DarchetypeVersion=2.2.197 -DinteractiveMode=false