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

Creates a WildFly Camel Spring application

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion-wildfly-camel="My-version-wildfly-camel"   -Dversion-maven-compiler-plugin="My-version-maven-compiler-plugin"   -Dversion-maven-surefire-plugin="My-version-maven-surefire-plugin"   -Dversion-maven-war-plugin="My-version-maven-war-plugin"   -Dversion-wildfly-maven-plugin="My-version-wildfly-maven-plugin"   -DarchetypeGroupId="org.wildfly.camel.archetypes"   -DarchetypeArtifactId="wildfly-camel-archetype-spring"   -DarchetypeVersion="10.2.0"   -DinteractiveMode=false 

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

version-wildfly-camel
validationRegex: нет
version-maven-compiler-plugin
validationRegex: нет
version-maven-surefire-plugin
validationRegex: нет
version-maven-war-plugin
validationRegex: нет
version-wildfly-maven-plugin
validationRegex: нет

Подробная информация об архетипе wildfly-camel-archetype-spring

Группа

Группа

org.wildfly.camel.archetypes
Идентификатор

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

wildfly-camel-archetype-spring
Версия

Версия

10.2.0
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.wildfly.camel.archetypes -DarchetypeArtifactId=wildfly-camel-archetype-spring -DarchetypeVersion=10.2.0 -DinteractiveMode=false