Create Java project with Maven archetype camel-archetype-spring-boot

Creates a new Camel project using Spring Boot.

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

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

Required parameters for generate java project:

camel-version
validationRegex: none
spring-boot-version
validationRegex: none
maven-compiler-plugin-version
validationRegex: none

Details about maven archetype camel-archetype-spring-boot

License

License

GroupId

GroupId

org.apache.camel.archetypes
ArtifactId

ArtifactId

camel-archetype-spring-boot
Version

Version

3.17.0
Type

Type

maven-archetype
Description

Description

Camel SB :: Archetypes :: Spring Boot Based Router
Creates a new Camel project using Spring Boot.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

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

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-spring-boot -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.