MVN

com.ms3-inc.tavros : camel-openapi-archetype

Maven & Gradle

Mar 20, 2021
4 stars

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

mvn archetype:generate -DarchetypeGroupId=com.ms3-inc.tavros -DarchetypeArtifactId=camel-openapi-archetype -DarchetypeVersion=0.2.7
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ms3-inc.tavros : camel-openapi-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of com.ms3-inc.tavros : camel-openapi-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.2.x
camel-openapi-archetype-0.2.7
camel-openapi-archetype-0.2.6

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.ms3-inc.tavros -DarchetypeArtifactId=camel-openapi-archetype -DarchetypeVersion=0.2.7

Advertisement