mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dcamel-version="My-camel-version" -Dweld-version="My-weld-version" -DarchetypeGroupId="io.fabric8.archetypes" -DarchetypeArtifactId="cdi-camel-http-client-archetype" -DarchetypeVersion="2.2.197" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdio.fabric8.archetypes |
| ArtifactId | ArtifactIdcdi-camel-http-client-archetype |
| Version | Version2.2.197 |
| Type | Typemaven-archetype |
| Description |
DescriptionFabric8 :: Archetypes :: CDI :: Camel with HTTP as client
Creates a new Camel route using CDI in a standalone Java Container using HTTP client to call remote camel-jetty quickstart
|
| Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=cdi-camel-http-client-archetype -DarchetypeVersion=2.2.197 -DinteractiveMode=false