Create Java project with Maven archetype openapi-quarkus-archetype

OpenAPI And Quarkus Bootstrap Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dopenapi_app_contract_uri="My-openapi_app_contract_uri"   -DarchetypeGroupId="com.redhat.consulting"   -DarchetypeArtifactId="openapi-quarkus-archetype"   -DarchetypeVersion="1.0.4"   -DinteractiveMode=false 

Required parameters for generate java project:

openapi_app_contract_uri
validationRegex: none

Details about maven archetype openapi-quarkus-archetype

License

License

GroupId

GroupId

com.redhat.consulting
ArtifactId

ArtifactId

openapi-quarkus-archetype
Version

Version

1.0.4
Type

Type

maven-archetype
Description

Description

openapi-quarkus-archetype
OpenAPI And Quarkus Bootstrap Archetype
Project URL

Project URL

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

How to add to project

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