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

Creates a new Camel and Teiid example with Spring Boot in the Java Container

Create a Java Project by archetype spring-boot-camel-teiid-archetype 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"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="spring-boot-camel-teiid-archetype"   -DarchetypeVersion="2.2.169"   -DinteractiveMode=false 

Required parameters for generate java project:

camel-version
validationRegex: none
spring-boot-version
validationRegex: none

Details about maven archetype spring-boot-camel-teiid-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

spring-boot-camel-teiid-archetype
Version

Version

2.2.169
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: Spring-Boot :: Camel-Teiid
Creates a new Camel and Teiid example with Spring Boot in the Java Container
Project Organization

Project Organization

Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=spring-boot-camel-teiid-archetype -DarchetypeVersion=2.2.169 -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.