Создать Java проект на основе Maven архетипа camel-cxf-code-first-archetype

Creates a new Camel project using CXF in code (Java) first.

Консольная команда для создания Java-проекта на основе архетипа camel-cxf-code-first-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Dcxf-version="My-cxf-version"   -Djunit-version="My-junit-version"   -Dlog4j-version="My-log4j-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dslf4j-version="My-slf4j-version"   -DarchetypeGroupId="org.fusesource.fabric"   -DarchetypeArtifactId="camel-cxf-code-first-archetype"   -DarchetypeVersion="7.2.0.redhat-060"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

camel-version
validationRegex: нет
cxf-version
validationRegex: нет
junit-version
validationRegex: нет
log4j-version
validationRegex: нет
maven-compiler-plugin-version
validationRegex: нет
maven-resources-plugin-version
validationRegex: нет
slf4j-version
validationRegex: нет

Подробная информация об архетипе camel-cxf-code-first-archetype

Группа

Группа

org.fusesource.fabric
Идентификатор

Идентификатор

camel-cxf-code-first-archetype
Версия

Версия

7.2.0.redhat-060
Тип

Тип

maven-archetype

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fusesource.fabric -DarchetypeArtifactId=camel-cxf-code-first-archetype -DarchetypeVersion=7.2.0.redhat-060 -DinteractiveMode=false