Create Java project with Maven archetype camel-archetype-blueprint

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

Create a Java Project by archetype camel-archetype-blueprint with Command Line:

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 

Required parameters for generate java project:

camel-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none
maven-resources-plugin-version
validationRegex: none
camel-bundle-plugin-version
validationRegex: none
maven-jar-plugin-version
validationRegex: none

Details about maven archetype camel-archetype-blueprint

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-blueprint
Version

Version

3.17.0
Type

Type

maven-archetype
Description

Description

Camel Karaf :: Archetypes :: Blueprint (OSGi) Based Router
Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

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

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.