Create Java project with Maven archetype openapi-archetype

Create code generator project used openapi generator.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DserviceId="My-serviceId"   -DarchetypeGroupId="com.pigumer.tools.archetype"   -DarchetypeArtifactId="openapi-archetype"   -DarchetypeVersion="0.2.0"   -DinteractiveMode=false 

Required parameters for generate java project:

serviceId
validationRegex: none

Details about maven archetype openapi-archetype

License

License

GroupId

GroupId

com.pigumer.tools.archetype
ArtifactId

ArtifactId

openapi-archetype
Version

Version

0.2.0
Type

Type

maven-archetype
Description

Description

openapi-archetype
Create code generator project used openapi generator.
Project URL

Project URL

https://github.com/PigumerGroup/openapi-archetype
Source Code Management

Source Code Management

https://github.com/PigumerGroup/openapi-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.pigumer.tools.archetype -DarchetypeArtifactId=openapi-archetype -DarchetypeVersion=0.2.0 -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.