Create Java project with Maven archetype openapi-vertx-archetype

OpenAPI And Vert.x Bootstrap Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dopenapi_app_database_library="My-openapi_app_database_library"   -Dopenapi_app_async_library="My-openapi_app_async_library"   -Dopenapi_app_contract_uri="My-openapi_app_contract_uri"   -DarchetypeGroupId="com.redhat.consulting"   -DarchetypeArtifactId="openapi-vertx-archetype"   -DarchetypeVersion="1.0.11"   -DinteractiveMode=false 

Required parameters for generate java project:

openapi_app_database_library
validationRegex: (jooq|hibernate)
openapi_app_async_library
validationRegex: (vertx|rxjava2|mutiny)
openapi_app_contract_uri
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-models
  • ${rootArtifactId}-data-access
  • ${rootArtifactId}-api

Details about maven archetype openapi-vertx-archetype

License

License

GroupId

GroupId

com.redhat.consulting
ArtifactId

ArtifactId

openapi-vertx-archetype
Version

Version

1.0.11
Type

Type

maven-archetype
Description

Description

openapi-vertx-archetype
OpenAPI And Vert.x Bootstrap Archetype
Project URL

Project URL

https://github.com/redhat-appdev-practice/openapi-vertx-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.redhat.consulting -DarchetypeArtifactId=openapi-vertx-archetype -DarchetypeVersion=1.0.11 -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.