mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dcamel-version="My-camel-version" -Dcxf-version="My-cxf-version" -Dlog4j-version="My-log4j-version" -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version" -Dmaven-resources-plugin-version="My-maven-resources-plugin-version" -Dmaven-bundle-plugin-version="My-maven-bundle-plugin-version" -Dslf4j-version="My-slf4j-version" -DarchetypeGroupId="org.apache.camel.archetypes" -DarchetypeArtifactId="camel-archetype-cxf-contract-first-blueprint" -DarchetypeVersion="2.17.7" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.apache.camel.archetypes |
ArtifactId | ArtifactIdcamel-archetype-cxf-contract-first-blueprint |
Version | Version2.17.7 |
Type | Typemaven-archetype |
Description |
DescriptionCamel :: Archetypes :: CXF :: Contract First :: Blueprint (OSGi) (deprecated)
Creates a new Camel project with Apache CXF contract-first example using OSGi blueprint.
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-cxf-contract-first-blueprint -DarchetypeVersion=2.17.7 -DinteractiveMode=false