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-code-first-blueprint" -DarchetypeVersion="2.17.7" -DinteractiveMode=false
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel.archetypes |
| Идентификатор | Идентификаторcamel-archetype-cxf-code-first-blueprint |
| Версия | Версия2.17.7 |
| Тип | Типmaven-archetype |
| Описание |
ОписаниеCamel :: Archetypes :: CXF :: Code First :: Blueprint (OSGi) (deprecated)
Creates a new Camel project with Apache CXF code-first example using OSGi blueprint.
|
| Организация-разработчик |
Организация-разработчик |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-cxf-code-first-blueprint -DarchetypeVersion=2.17.7 -DinteractiveMode=false