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

Creates a new Camel project using Spring Boot.

Create a Java Project by archetype camel3-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="software.tnb"   -DarchetypeArtifactId="camel3-archetype-spring-boot"   -DarchetypeVersion="0.1.4"   -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 camel3-archetype-spring-boot

License

License

GroupId

GroupId

software.tnb
ArtifactId

ArtifactId

camel3-archetype-spring-boot
Version

Version

0.1.4
Type

Type

maven-archetype
Description

Description

Camel SB :: Archetypes :: Spring Boot Base App
Creates a new Camel project using Spring Boot.
Project URL

Project URL

https://github.com/tnb-software/camel3-archetype-spring-boot
Source Code Management

Source Code Management

https://github.com/tnb-software/camel3-archetype-spring-boot

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=software.tnb -DarchetypeArtifactId=camel3-archetype-spring-boot -DarchetypeVersion=0.1.4 -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.