Создать 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-apache-camel="My-version-apache-camel"   -Dversion-jboss-arquillian="My-version-jboss-arquillian"   -Dversion-jboss-servlet-api="My-version-jboss-servlet-api"   -Dversion-junit="My-version-junit"   -Dversion-wildfly="My-version-wildfly"   -Dversion-wildfly-arquillian="My-version-wildfly-arquillian"   -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="3.1.0"   -DinteractiveMode=false 

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

version-apache-camel
validationRegex: нет
version-jboss-arquillian
validationRegex: нет
version-jboss-servlet-api
validationRegex: нет
version-junit
validationRegex: нет
version-wildfly
validationRegex: нет
version-wildfly-arquillian
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
Версия

Версия

3.1.0
Тип

Тип

maven-archetype

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

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