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"   -Dcompiler_plugin_version="My-compiler_plugin_version"   -Dvertx_version="My-vertx_version"   -Dvertx_maven_plugin_version="My-vertx_maven_plugin_version"   -Dmutiny_version="My-mutiny_version"   -Djkube_plugin_version="My-jkube_plugin_version"   -Djooq_vertx_version="My-jooq_vertx_version"   -Djooq_version="My-jooq_version"   -Dhibernate_reactive_version="My-hibernate_reactive_version"   -DarchetypeGroupId="com.redhat.consulting"   -DarchetypeArtifactId="openapi-vertx-archetype"   -DarchetypeVersion="1.0.17"   -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
compiler_plugin_version
validationRegex: none
vertx_version
validationRegex: none
vertx_maven_plugin_version
validationRegex: none
mutiny_version
validationRegex: none
jkube_plugin_version
validationRegex: none
jooq_vertx_version
validationRegex: none
jooq_version
validationRegex: none
hibernate_reactive_version
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.17
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.17 -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.