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

Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcamel-version="My-camel-version"   -Dmaven-compiler-plugin-version="My-maven-compiler-plugin-version"   -Dmaven-resources-plugin-version="My-maven-resources-plugin-version"   -Dcamel-bundle-plugin-version="My-camel-bundle-plugin-version"   -Dmaven-jar-plugin-version="My-maven-jar-plugin-version"   -DarchetypeGroupId="org.apache.camel.archetypes"   -DarchetypeArtifactId="camel-archetype-blueprint"   -DarchetypeVersion="3.17.0"   -DinteractiveMode=false 

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

camel-version
validationRegex: нет
maven-compiler-plugin-version
validationRegex: нет
maven-resources-plugin-version
validationRegex: нет
camel-bundle-plugin-version
validationRegex: нет
maven-jar-plugin-version
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

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

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

camel-archetype-blueprint
Версия

Версия

3.17.0
Тип

Тип

maven-archetype
Описание

Описание

Camel Karaf :: Archetypes :: Blueprint (OSGi) Based Router
Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation
Система контроля версий

Система контроля версий

https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=summary/camel-archetype-blueprint

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-blueprint -DarchetypeVersion=3.17.0 -DinteractiveMode=false

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.