Create Java project with Maven archetype camel-openapi-archetype

This archetype creates a Camel project with Spring Boot and generates stubs for endpoints in an OpenAPI document.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DspecificationUri="My-specificationUri"   -DarchetypeGroupId="com.ms3-inc.tavros"   -DarchetypeArtifactId="camel-openapi-archetype"   -DarchetypeVersion="0.2.7"   -DinteractiveMode=false 

Required parameters for generate java project:

specificationUri
validationRegex: none

Details about maven archetype camel-openapi-archetype

License

License

GroupId

GroupId

com.ms3-inc.tavros
ArtifactId

ArtifactId

camel-openapi-archetype
Version

Version

0.2.7
Type

Type

maven-archetype
Description

Description

Camel OpenAPI Archetype
This archetype creates a Camel project with Spring Boot and generates stubs for endpoints in an OpenAPI document.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.ms3-inc.tavros -DarchetypeArtifactId=camel-openapi-archetype -DarchetypeVersion=0.2.7 -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.